Shades of Clear Day #D6FCEE
Tints of Clear Day #D6FCEE
RGB
CMYK
RGB Variations
Color information
#D6FCEE (or 0xD6FCEE) is known color: Clear Day. HEX triplet: D6, FC and EE. RGB value is (214,252,238). Sum of RGB (Red+Green+Blue) = 214+252+238=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FCEE is #290311. Grayscale: #EFEFEF. Windows color (decimal): -2687762 or 15662294. OLE color: 15662294.
HSL color Cylindrical-coordinate representation of color #D6FCEE: hue angle of 157.89º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FCEE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 238 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.01 |
| HSL | 157.89º | 0.86% | 0.91% | - |
| HSV(B) | 157.89º | 0.15% | 0.99% | - |
| XYZ | 77.97 | 90.09 | 94.17 | - |
| YUV | 239.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 238 | 0.15 | 0 | 0.06 | 0.01 | 157.89 | 0.86 | 0.91 |
| Hex | D6 | FC | EE | F | 0 | 6 | 1 | 9E | 56 | 5B |
| Octal | 326 | 374 | 356 | 17 | 0 | 6 | 1 | 236 | 126 | 133 |
| Binary | 11010110 | 11111100 | 11101110 | 1111 | 0 | 110 | 1 | 10011110 | 1010110 | 1011011 |
Color Harmonies of #D6FCEE
Complementary color
Monochromatic Colors of #D6FCEE
Black with #D6FCEE
Text Example
Text Example
White with #D6FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FCEE; }
p { color: rgb(214,252,238); }
H1.HeaderClassName
{
color: #D6FCEE;
}
.AnyTagClassName
{
color: #D6FCEE;
}
</style>
background-color css
<style>
a { background-color: #D6FCEE; }
a { background-color: rgb(214,252,238); }
div.DivClassName
{
background-color: #D6FCEE;
}
.BgClassName
{
background-color: #D6FCEE;
}
</style>
border-color css
<style>
span { border-color: #D6FCEE; }
span { border-color: rgb(214,252,238); }
td.TdClassName
{
border-color: #D6FCEE;
}
.TagClassName
{
border-color: #D6FCEE;
}
</style>