Shades of Clear Day #D8F4EC
Tints of Clear Day #D8F4EC
RGB
CMYK
RGB Variations
Color information
#D8F4EC (or 0xD8F4EC) is known color: Clear Day. HEX triplet: D8, F4 and EC. RGB value is (216,244,236). Sum of RGB (Red+Green+Blue) = 216+244+236=696 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.03% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F4EC is #270B13. Grayscale: #EAEAEA. Windows color (decimal): -2558740 or 15529176. OLE color: 15529176.
HSL color Cylindrical-coordinate representation of color #D8F4EC: hue angle of 162.86º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F4EC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 236 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.04 |
| HSL | 162.86º | 0.56% | 0.9% | - |
| HSV(B) | 162.86º | 0.11% | 0.96% | - |
| XYZ | 75.81 | 85.36 | 91.84 | - |
| YUV | 234.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 236 | 0.11 | 0 | 0.03 | 0.04 | 162.86 | 0.56 | 0.9 |
| Hex | D8 | F4 | EC | B | 0 | 3 | 4 | A3 | 38 | 5A |
| Octal | 330 | 364 | 354 | 13 | 0 | 3 | 4 | 243 | 70 | 132 |
| Binary | 11011000 | 11110100 | 11101100 | 1011 | 0 | 11 | 100 | 10100011 | 111000 | 1011010 |
Color Harmonies of #D8F4EC
Complementary color
Monochromatic Colors of #D8F4EC
Black with #D8F4EC
Text Example
Text Example
White with #D8F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F4EC; }
p { color: rgb(216,244,236); }
H1.HeaderClassName
{
color: #D8F4EC;
}
.AnyTagClassName
{
color: #D8F4EC;
}
</style>
background-color css
<style>
a { background-color: #D8F4EC; }
a { background-color: rgb(216,244,236); }
div.DivClassName
{
background-color: #D8F4EC;
}
.BgClassName
{
background-color: #D8F4EC;
}
</style>
border-color css
<style>
span { border-color: #D8F4EC; }
span { border-color: rgb(216,244,236); }
td.TdClassName
{
border-color: #D8F4EC;
}
.TagClassName
{
border-color: #D8F4EC;
}
</style>