Shades of Clear Day #D9FCEE
Tints of Clear Day #D9FCEE
RGB
CMYK
RGB Variations
Color information
#D9FCEE (or 0xD9FCEE) is known color: Clear Day. HEX triplet: D9, FC and EE. RGB value is (217,252,238). Sum of RGB (Red+Green+Blue) = 217+252+238=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCEE is #260311. Grayscale: #EFEFEF. Windows color (decimal): -2491154 or 15662297. OLE color: 15662297.
HSL color Cylindrical-coordinate representation of color #D9FCEE: hue angle of 156º degrees, saturation: 0.85, 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 #D9FCEE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 238 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.01 |
| HSL | 156º | 0.85% | 0.92% | - |
| HSV(B) | 156º | 0.14% | 0.99% | - |
| XYZ | 78.86 | 90.55 | 94.21 | - |
| YUV | 239.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 238 | 0.14 | 0 | 0.06 | 0.01 | 156 | 0.85 | 0.92 |
| Hex | D9 | FC | EE | E | 0 | 6 | 1 | 9C | 55 | 5C |
| Octal | 331 | 374 | 356 | 16 | 0 | 6 | 1 | 234 | 125 | 134 |
| Binary | 11011001 | 11111100 | 11101110 | 1110 | 0 | 110 | 1 | 10011100 | 1010101 | 1011100 |
Color Harmonies of #D9FCEE
Complementary color
Monochromatic Colors of #D9FCEE
Black with #D9FCEE
Text Example
Text Example
White with #D9FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FCEE; }
p { color: rgb(217,252,238); }
H1.HeaderClassName
{
color: #D9FCEE;
}
.AnyTagClassName
{
color: #D9FCEE;
}
</style>
background-color css
<style>
a { background-color: #D9FCEE; }
a { background-color: rgb(217,252,238); }
div.DivClassName
{
background-color: #D9FCEE;
}
.BgClassName
{
background-color: #D9FCEE;
}
</style>
border-color css
<style>
span { border-color: #D9FCEE; }
span { border-color: rgb(217,252,238); }
td.TdClassName
{
border-color: #D9FCEE;
}
.TagClassName
{
border-color: #D9FCEE;
}
</style>