Color spaces of #dee3fe
RGB | 222 | 227 | 254 |
---|---|---|---|
HSL | 0.64 | 0.94 | 0.93 |
HSV | 231° | 13° | 100° |
CMYK | 0.13 | 0.11 | 0.00 0.00 |
XYZ | 75.4827 | 77.6235 | 104.7704 |
Yxy | 77.6235 | 0.2927 | 0.3010 |
Hunter Lab | 88.1042 | -1.2536 | -8.8326 |
CIE-Lab | 90.6078 | 3.5106 | -13.6430 |
#dee3fe color RGB value is (222,227,254).
#dee3fe hex color red value is 222, green value is 227 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dee3fe hue: 0.64 , saturation: 0.94 and the lightness value of dee3fe is 0.93.
The process color (four color CMYK) of #dee3fe color hex is 0.13, 0.11, 0.00, 0.00. Web safe color of #dee3fe is #ccccff. Color #dee3fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11100011 | 11111110 |
Octal | 336 | 343 | 376 |
Decimal | 222 | 227 | 254 |
Hex | DE | E3 | FE |
Shades of #dee3fe
Tints of #dee3fe
RGB Percentages of Color #dee3fe
CMYK Percentages of Color #dee3fe
Complementary Color
#dee3fe | #fef9de |
#dee3fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee3fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee3fe Color CSS Codes
.mybgcolor {background-color:#dee3fe; } .myforecolor {color:#dee3fe; } .mybordercolor {border:3px solid #dee3fe; }
#dee3fe Text Font Color
<p style="color:#dee3fe">Text here</p>
This sample text font color is #dee3fe
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.
#dee3fe Background Color
<div style="background-color:#dee3fe">
Div content here</div>
This div background color is #dee3fe
#dee3fe Border Color
<div style="border:3px solid #dee3fe">
Div here</div>
This div border color is #dee3fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,227,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee3fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee3fe; -webkit-box-shadow: 1px 1px 3px 2px #dee3fe; box-shadow: 1px 1px 3px 2px #dee3fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,227,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 #dee3fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee3fe; -webkit-box-shadow: 1px 1px 3px 2px #dee3fe; box-shadow: 1px 1px 3px 2px #dee3fe;">
Div content here</div>
This div box has shadow with color #dee3fe
Related Colors
Comments
No comments written yet.
Please login to write comment.