Shades of Clear Day #D9FAED
Tints of Clear Day #D9FAED
RGB
CMYK
RGB Variations
Color information
#D9FAED (or 0xD9FAED) is known color: Clear Day. HEX triplet: D9, FA and ED. RGB value is (217,250,237). Sum of RGB (Red+Green+Blue) = 217+250+237=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAED is #260512. Grayscale: #EEEEEE. Windows color (decimal): -2491667 or 15596249. OLE color: 15596249.
HSL color Cylindrical-coordinate representation of color #D9FAED: hue angle of 156.36º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FAED is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 250 | 237 | - |
CMYK | 0.13 | 0 | 0.05 | 0.02 |
HSL | 156.36º | 0.77% | 0.92% | - |
HSV(B) | 156.36º | 0.13% | 0.98% | - |
XYZ | 78.09 | 89.24 | 93.23 | - |
YUV | 238.65 | 127.07 | 112.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 250 | 237 | 0.13 | 0 | 0.05 | 0.02 | 156.36 | 0.77 | 0.92 |
Hex | D9 | FA | ED | D | 0 | 5 | 2 | 9C | 4D | 5C |
Octal | 331 | 372 | 355 | 15 | 0 | 5 | 2 | 234 | 115 | 134 |
Binary | 11011001 | 11111010 | 11101101 | 1101 | 0 | 101 | 10 | 10011100 | 1001101 | 1011100 |
Color Harmonies of #D9FAED
Complementary color
Monochromatic Colors of #D9FAED
Black with #D9FAED
Text Example
Text Example
White with #D9FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAED; }
p { color: rgb(217,250,237); }
H1.HeaderClassName
{
color: #D9FAED;
}
.AnyTagClassName
{
color: #D9FAED;
}
</style>
background-color css
<style>
a { background-color: #D9FAED; }
a { background-color: rgb(217,250,237); }
div.DivClassName
{
background-color: #D9FAED;
}
.BgClassName
{
background-color: #D9FAED;
}
</style>
border-color css
<style>
span { border-color: #D9FAED; }
span { border-color: rgb(217,250,237); }
td.TdClassName
{
border-color: #D9FAED;
}
.TagClassName
{
border-color: #D9FAED;
}
</style>