Shades of Clear Day #D9FDEF
Tints of Clear Day #D9FDEF
RGB
CMYK
RGB Variations
Color information
#D9FDEF (or 0xD9FDEF) is known color: Clear Day. HEX triplet: D9, FD and EF. RGB value is (217,253,239). Sum of RGB (Red+Green+Blue) = 217+253+239=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDEF is #260210. Grayscale: #F0F0F0. Windows color (decimal): -2490897 or 15728089. OLE color: 15728089.
HSL color Cylindrical-coordinate representation of color #D9FDEF: hue angle of 156.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDEF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 239 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.01 |
| HSL | 156.67º | 0.9% | 0.92% | - |
| HSV(B) | 156.67º | 0.14% | 0.99% | - |
| XYZ | 79.32 | 91.23 | 95.09 | - |
| YUV | 240.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 239 | 0.14 | 0 | 0.06 | 0.01 | 156.67 | 0.9 | 0.92 |
| Hex | D9 | FD | EF | E | 0 | 6 | 1 | 9D | 5A | 5C |
| Octal | 331 | 375 | 357 | 16 | 0 | 6 | 1 | 235 | 132 | 134 |
| Binary | 11011001 | 11111101 | 11101111 | 1110 | 0 | 110 | 1 | 10011101 | 1011010 | 1011100 |
Color Harmonies of #D9FDEF
Complementary color
Monochromatic Colors of #D9FDEF
Black with #D9FDEF
Text Example
Text Example
White with #D9FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDEF; }
p { color: rgb(217,253,239); }
H1.HeaderClassName
{
color: #D9FDEF;
}
.AnyTagClassName
{
color: #D9FDEF;
}
</style>
background-color css
<style>
a { background-color: #D9FDEF; }
a { background-color: rgb(217,253,239); }
div.DivClassName
{
background-color: #D9FDEF;
}
.BgClassName
{
background-color: #D9FDEF;
}
</style>
border-color css
<style>
span { border-color: #D9FDEF; }
span { border-color: rgb(217,253,239); }
td.TdClassName
{
border-color: #D9FDEF;
}
.TagClassName
{
border-color: #D9FDEF;
}
</style>