Color spaces of #e1ddfe
RGB | 225 | 221 | 254 |
---|---|---|---|
HSL | 0.69 | 0.94 | 0.93 |
HSV | 247° | 13° | 100° |
CMYK | 0.11 | 0.13 | 0.00 0.00 |
XYZ | 74.7972 | 74.8762 | 104.2762 |
Yxy | 74.8762 | 0.2945 | 0.2948 |
Hunter Lab | 86.5310 | 2.8656 | -10.8770 |
CIE-Lab | 89.3350 | 7.5910 | -15.5266 |
#e1ddfe color RGB value is (225,221,254).
#e1ddfe hex color red value is 225, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e1ddfe hue: 0.69 , saturation: 0.94 and the lightness value of e1ddfe is 0.93.
The process color (four color CMYK) of #e1ddfe color hex is 0.11, 0.13, 0.00, 0.00. Web safe color of #e1ddfe is #ccccff. Color #e1ddfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11011101 | 11111110 |
Octal | 341 | 335 | 376 |
Decimal | 225 | 221 | 254 |
Hex | E1 | DD | FE |
Shades of #e1ddfe
Tints of #e1ddfe
RGB Percentages of Color #e1ddfe
CMYK Percentages of Color #e1ddfe
Complementary Color
#e1ddfe | #fafedd |
#e1ddfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1ddfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1ddfe Color CSS Codes
.mybgcolor {background-color:#e1ddfe; } .myforecolor {color:#e1ddfe; } .mybordercolor {border:3px solid #e1ddfe; }
#e1ddfe Text Font Color
<p style="color:#e1ddfe">Text here</p>
This sample text font color is #e1ddfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e1ddfe Background Color
<div style="background-color:#e1ddfe">
Div content here</div>
This div background color is #e1ddfe
#e1ddfe Border Color
<div style="border:3px solid #e1ddfe">
Div here</div>
This div border color is #e1ddfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,221,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1ddfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1ddfe; -webkit-box-shadow: 1px 1px 3px 2px #e1ddfe; box-shadow: 1px 1px 3px 2px #e1ddfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,221,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1ddfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1ddfe; -webkit-box-shadow: 1px 1px 3px 2px #e1ddfe; box-shadow: 1px 1px 3px 2px #e1ddfe;">
Div content here</div>
This div box has shadow with color #e1ddfe
Related Colors
Comments
No comments written yet.
Please login to write comment.