Shades of Clear Day #D9FCF2
Tints of Clear Day #D9FCF2
RGB
CMYK
RGB Variations
Color information
#D9FCF2 (or 0xD9FCF2) is known color: Clear Day. HEX triplet: D9, FC and F2. RGB value is (217,252,242). Sum of RGB (Red+Green+Blue) = 217+252+242=711 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.52% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCF2 is #26030D. Grayscale: #F0F0F0. Windows color (decimal): -2491150 or 15924441. OLE color: 15924441.
HSL color Cylindrical-coordinate representation of color #D9FCF2: hue angle of 162.86º 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 #D9FCF2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 242 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.01 |
| HSL | 162.86º | 0.85% | 0.92% | - |
| HSV(B) | 162.86º | 0.14% | 0.99% | - |
| XYZ | 79.45 | 90.78 | 97.34 | - |
| YUV | 240.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 242 | 0.14 | 0 | 0.04 | 0.01 | 162.86 | 0.85 | 0.92 |
| Hex | D9 | FC | F2 | E | 0 | 4 | 1 | A3 | 55 | 5C |
| Octal | 331 | 374 | 362 | 16 | 0 | 4 | 1 | 243 | 125 | 134 |
| Binary | 11011001 | 11111100 | 11110010 | 1110 | 0 | 100 | 1 | 10100011 | 1010101 | 1011100 |
Color Harmonies of #D9FCF2
Complementary color
Monochromatic Colors of #D9FCF2
Black with #D9FCF2
Text Example
Text Example
White with #D9FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FCF2; }
p { color: rgb(217,252,242); }
H1.HeaderClassName
{
color: #D9FCF2;
}
.AnyTagClassName
{
color: #D9FCF2;
}
</style>
background-color css
<style>
a { background-color: #D9FCF2; }
a { background-color: rgb(217,252,242); }
div.DivClassName
{
background-color: #D9FCF2;
}
.BgClassName
{
background-color: #D9FCF2;
}
</style>
border-color css
<style>
span { border-color: #D9FCF2; }
span { border-color: rgb(217,252,242); }
td.TdClassName
{
border-color: #D9FCF2;
}
.TagClassName
{
border-color: #D9FCF2;
}
</style>