Shades of Clear Day #D8FEF0
Tints of Clear Day #D8FEF0
RGB
CMYK
RGB Variations
Color information
#D8FEF0 (or 0xD8FEF0) is known color: Clear Day. HEX triplet: D8, FE and F0. RGB value is (216,254,240). Sum of RGB (Red+Green+Blue) = 216+254+240=710 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.42% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FEF0 is #27010F. Grayscale: #F1F1F1. Windows color (decimal): -2556176 or 15793880. OLE color: 15793880.
HSL color Cylindrical-coordinate representation of color #D8FEF0: hue angle of 157.89º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FEF0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 240 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.00 |
| HSL | 157.89º | 0.95% | 0.92% | - |
| HSV(B) | 157.89º | 0.15% | 1% | - |
| XYZ | 79.49 | 91.77 | 95.96 | - |
| YUV | 241.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 240 | 0.15 | 0 | 0.06 | 0.00 | 157.89 | 0.95 | 0.92 |
| Hex | D8 | FE | F0 | F | 0 | 6 | 0 | 9E | 5F | 5C |
| Octal | 330 | 376 | 360 | 17 | 0 | 6 | 0 | 236 | 137 | 134 |
| Binary | 11011000 | 11111110 | 11110000 | 1111 | 0 | 110 | 0 | 10011110 | 1011111 | 1011100 |
Color Harmonies of #D8FEF0
Complementary color
Monochromatic Colors of #D8FEF0
Black with #D8FEF0
Text Example
Text Example
White with #D8FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FEF0; }
p { color: rgb(216,254,240); }
H1.HeaderClassName
{
color: #D8FEF0;
}
.AnyTagClassName
{
color: #D8FEF0;
}
</style>
background-color css
<style>
a { background-color: #D8FEF0; }
a { background-color: rgb(216,254,240); }
div.DivClassName
{
background-color: #D8FEF0;
}
.BgClassName
{
background-color: #D8FEF0;
}
</style>
border-color css
<style>
span { border-color: #D8FEF0; }
span { border-color: rgb(216,254,240); }
td.TdClassName
{
border-color: #D8FEF0;
}
.TagClassName
{
border-color: #D8FEF0;
}
</style>