Shades of Clear Day #D9FAF2
Tints of Clear Day #D9FAF2
RGB
CMYK
RGB Variations
Color information
#D9FAF2 (or 0xD9FAF2) is known color: Clear Day. HEX triplet: D9, FA and F2. RGB value is (217,250,242). Sum of RGB (Red+Green+Blue) = 217+250+242=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAF2 is #26050D. Grayscale: #EFEFEF. Windows color (decimal): -2491662 or 15923929. OLE color: 15923929.
HSL color Cylindrical-coordinate representation of color #D9FAF2: hue angle of 165.45º 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 #D9FAF2 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 242 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.02 |
| HSL | 165.45º | 0.77% | 0.92% | - |
| HSV(B) | 165.45º | 0.13% | 0.98% | - |
| XYZ | 78.83 | 89.53 | 97.13 | - |
| YUV | 239.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 242 | 0.13 | 0 | 0.03 | 0.02 | 165.45 | 0.77 | 0.92 |
| Hex | D9 | FA | F2 | D | 0 | 3 | 2 | A5 | 4D | 5C |
| Octal | 331 | 372 | 362 | 15 | 0 | 3 | 2 | 245 | 115 | 134 |
| Binary | 11011001 | 11111010 | 11110010 | 1101 | 0 | 11 | 10 | 10100101 | 1001101 | 1011100 |
Color Harmonies of #D9FAF2
Complementary color
Monochromatic Colors of #D9FAF2
Black with #D9FAF2
Text Example
Text Example
White with #D9FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAF2; }
p { color: rgb(217,250,242); }
H1.HeaderClassName
{
color: #D9FAF2;
}
.AnyTagClassName
{
color: #D9FAF2;
}
</style>
background-color css
<style>
a { background-color: #D9FAF2; }
a { background-color: rgb(217,250,242); }
div.DivClassName
{
background-color: #D9FAF2;
}
.BgClassName
{
background-color: #D9FAF2;
}
</style>
border-color css
<style>
span { border-color: #D9FAF2; }
span { border-color: rgb(217,250,242); }
td.TdClassName
{
border-color: #D9FAF2;
}
.TagClassName
{
border-color: #D9FAF2;
}
</style>