Color spaces of #dde5fe
RGB | 221 | 229 | 254 |
---|---|---|---|
HSL | 0.63 | 0.94 | 0.93 |
HSV | 225° | 13° | 100° |
CMYK | 0.13 | 0.10 | 0.00 0.00 |
XYZ | 75.7275 | 78.5665 | 104.9395 |
Yxy | 78.5665 | 0.2921 | 0.3031 |
Hunter Lab | 88.6377 | -2.6149 | -8.1479 |
CIE-Lab | 91.0378 | 2.1573 | -13.0078 |
#dde5fe color RGB value is (221,229,254).
#dde5fe hex color red value is 221, green value is 229 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dde5fe hue: 0.63 , saturation: 0.94 and the lightness value of dde5fe is 0.93.
The process color (four color CMYK) of #dde5fe color hex is 0.13, 0.10, 0.00, 0.00. Web safe color of #dde5fe is #ccccff. Color #dde5fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100101 | 11111110 |
Octal | 335 | 345 | 376 |
Decimal | 221 | 229 | 254 |
Hex | DD | E5 | FE |
Shades of #dde5fe
Tints of #dde5fe
RGB Percentages of Color #dde5fe
CMYK Percentages of Color #dde5fe
Complementary Color
#dde5fe | #fef6dd |
#dde5fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde5fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde5fe Color CSS Codes
.mybgcolor {background-color:#dde5fe; } .myforecolor {color:#dde5fe; } .mybordercolor {border:3px solid #dde5fe; }
#dde5fe Text Font Color
<p style="color:#dde5fe">Text here</p>
This sample text font color is #dde5fe
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.
#dde5fe Background Color
<div style="background-color:#dde5fe">
Div content here</div>
This div background color is #dde5fe
#dde5fe Border Color
<div style="border:3px solid #dde5fe">
Div here</div>
This div border color is #dde5fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,229,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde5fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde5fe; -webkit-box-shadow: 1px 1px 3px 2px #dde5fe; box-shadow: 1px 1px 3px 2px #dde5fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,229,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 #dde5fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde5fe; -webkit-box-shadow: 1px 1px 3px 2px #dde5fe; box-shadow: 1px 1px 3px 2px #dde5fe;">
Div content here</div>
This div box has shadow with color #dde5fe
Comments
No comments written yet.
Please login to write comment.