Shades of Clear Day #D6F4EA
Tints of Clear Day #D6F4EA
RGB
CMYK
RGB Variations
Color information
#D6F4EA (or 0xD6F4EA) is known color: Clear Day. HEX triplet: D6, F4 and EA. RGB value is (214,244,234). Sum of RGB (Red+Green+Blue) = 214+244+234=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F4EA is #290B15. Grayscale: #E9E9E9. Windows color (decimal): -2689814 or 15398102. OLE color: 15398102.
HSL color Cylindrical-coordinate representation of color #D6F4EA: hue angle of 160º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F4EA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 234 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.04 |
| HSL | 160º | 0.58% | 0.9% | - |
| HSV(B) | 160º | 0.12% | 0.96% | - |
| XYZ | 74.93 | 84.94 | 90.29 | - |
| YUV | 233.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 234 | 0.12 | 0 | 0.04 | 0.04 | 160 | 0.58 | 0.9 |
| Hex | D6 | F4 | EA | C | 0 | 4 | 4 | A0 | 3A | 5A |
| Octal | 326 | 364 | 352 | 14 | 0 | 4 | 4 | 240 | 72 | 132 |
| Binary | 11010110 | 11110100 | 11101010 | 1100 | 0 | 100 | 100 | 10100000 | 111010 | 1011010 |
Color Harmonies of #D6F4EA
Complementary color
Monochromatic Colors of #D6F4EA
Black with #D6F4EA
Text Example
Text Example
White with #D6F4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F4EA; }
p { color: rgb(214,244,234); }
H1.HeaderClassName
{
color: #D6F4EA;
}
.AnyTagClassName
{
color: #D6F4EA;
}
</style>
background-color css
<style>
a { background-color: #D6F4EA; }
a { background-color: rgb(214,244,234); }
div.DivClassName
{
background-color: #D6F4EA;
}
.BgClassName
{
background-color: #D6F4EA;
}
</style>
border-color css
<style>
span { border-color: #D6F4EA; }
span { border-color: rgb(214,244,234); }
td.TdClassName
{
border-color: #D6F4EA;
}
.TagClassName
{
border-color: #D6F4EA;
}
</style>