Shades of Clear Day #D8FAF0
Tints of Clear Day #D8FAF0
RGB
CMYK
RGB Variations
Color information
#D8FAF0 (or 0xD8FAF0) is known color: Clear Day. HEX triplet: D8, FA and F0. RGB value is (216,250,240). Sum of RGB (Red+Green+Blue) = 216+250+240=706 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.59% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAF0 is #27050F. Grayscale: #EEEEEE. Windows color (decimal): -2557200 or 15792856. OLE color: 15792856.
HSL color Cylindrical-coordinate representation of color #D8FAF0: hue angle of 162.35º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8FAF0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 240 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.02 |
| HSL | 162.35º | 0.77% | 0.91% | - |
| HSV(B) | 162.35º | 0.14% | 0.98% | - |
| XYZ | 78.23 | 89.26 | 95.54 | - |
| YUV | 238.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 240 | 0.14 | 0 | 0.04 | 0.02 | 162.35 | 0.77 | 0.91 |
| Hex | D8 | FA | F0 | E | 0 | 4 | 2 | A2 | 4D | 5B |
| Octal | 330 | 372 | 360 | 16 | 0 | 4 | 2 | 242 | 115 | 133 |
| Binary | 11011000 | 11111010 | 11110000 | 1110 | 0 | 100 | 10 | 10100010 | 1001101 | 1011011 |
Color Harmonies of #D8FAF0
Complementary color
Monochromatic Colors of #D8FAF0
Black with #D8FAF0
Text Example
Text Example
White with #D8FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAF0; }
p { color: rgb(216,250,240); }
H1.HeaderClassName
{
color: #D8FAF0;
}
.AnyTagClassName
{
color: #D8FAF0;
}
</style>
background-color css
<style>
a { background-color: #D8FAF0; }
a { background-color: rgb(216,250,240); }
div.DivClassName
{
background-color: #D8FAF0;
}
.BgClassName
{
background-color: #D8FAF0;
}
</style>
border-color css
<style>
span { border-color: #D8FAF0; }
span { border-color: rgb(216,250,240); }
td.TdClassName
{
border-color: #D8FAF0;
}
.TagClassName
{
border-color: #D8FAF0;
}
</style>