Shades of Clear Day #D6FAF0
Tints of Clear Day #D6FAF0
RGB
CMYK
RGB Variations
Color information
#D6FAF0 (or 0xD6FAF0) is known color: Clear Day. HEX triplet: D6, FA and F0. RGB value is (214,250,240). Sum of RGB (Red+Green+Blue) = 214+250+240=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 240 (94.14% from 255 or 34.09% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAF0 is #29050F. Grayscale: #EEEEEE. Windows color (decimal): -2688272 or 15792854. OLE color: 15792854.
HSL color Cylindrical-coordinate representation of color #D6FAF0: hue angle of 163.33º degrees, saturation: 0.78, 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 #D6FAF0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 240 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.02 |
| HSL | 163.33º | 0.78% | 0.91% | - |
| HSV(B) | 163.33º | 0.14% | 0.98% | - |
| XYZ | 77.65 | 88.96 | 95.52 | - |
| YUV | 238.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 240 | 0.14 | 0 | 0.04 | 0.02 | 163.33 | 0.78 | 0.91 |
| Hex | D6 | FA | F0 | E | 0 | 4 | 2 | A3 | 4E | 5B |
| Octal | 326 | 372 | 360 | 16 | 0 | 4 | 2 | 243 | 116 | 133 |
| Binary | 11010110 | 11111010 | 11110000 | 1110 | 0 | 100 | 10 | 10100011 | 1001110 | 1011011 |
Color Harmonies of #D6FAF0
Complementary color
Monochromatic Colors of #D6FAF0
Black with #D6FAF0
Text Example
Text Example
White with #D6FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAF0; }
p { color: rgb(214,250,240); }
H1.HeaderClassName
{
color: #D6FAF0;
}
.AnyTagClassName
{
color: #D6FAF0;
}
</style>
background-color css
<style>
a { background-color: #D6FAF0; }
a { background-color: rgb(214,250,240); }
div.DivClassName
{
background-color: #D6FAF0;
}
.BgClassName
{
background-color: #D6FAF0;
}
</style>
border-color css
<style>
span { border-color: #D6FAF0; }
span { border-color: rgb(214,250,240); }
td.TdClassName
{
border-color: #D6FAF0;
}
.TagClassName
{
border-color: #D6FAF0;
}
</style>