Shades of Clear Day #D8EDE6
Tints of Clear Day #D8EDE6
RGB
CMYK
RGB Variations
Color information
#D8EDE6 (or 0xD8EDE6) is known color: Clear Day. HEX triplet: D8, ED and E6. RGB value is (216,237,230). Sum of RGB (Red+Green+Blue) = 216+237+230=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDE6 is #271219. Grayscale: #E5E5E5. Windows color (decimal): -2560538 or 15134168. OLE color: 15134168.
HSL color Cylindrical-coordinate representation of color #D8EDE6: hue angle of 160º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EDE6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 230 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.07 |
| HSL | 160º | 0.37% | 0.89% | - |
| HSV(B) | 160º | 0.09% | 0.93% | - |
| XYZ | 72.89 | 80.88 | 86.63 | - |
| YUV | 229.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 230 | 0.09 | 0 | 0.03 | 0.07 | 160 | 0.37 | 0.89 |
| Hex | D8 | ED | E6 | 9 | 0 | 3 | 7 | A0 | 25 | 59 |
| Octal | 330 | 355 | 346 | 11 | 0 | 3 | 7 | 240 | 45 | 131 |
| Binary | 11011000 | 11101101 | 11100110 | 1001 | 0 | 11 | 111 | 10100000 | 100101 | 1011001 |
Color Harmonies of #D8EDE6
Complementary color
Monochromatic Colors of #D8EDE6
Black with #D8EDE6
Text Example
Text Example
White with #D8EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDE6; }
p { color: rgb(216,237,230); }
H1.HeaderClassName
{
color: #D8EDE6;
}
.AnyTagClassName
{
color: #D8EDE6;
}
</style>
background-color css
<style>
a { background-color: #D8EDE6; }
a { background-color: rgb(216,237,230); }
div.DivClassName
{
background-color: #D8EDE6;
}
.BgClassName
{
background-color: #D8EDE6;
}
</style>
border-color css
<style>
span { border-color: #D8EDE6; }
span { border-color: rgb(216,237,230); }
td.TdClassName
{
border-color: #D8EDE6;
}
.TagClassName
{
border-color: #D8EDE6;
}
</style>