Shades of Clear Day #D7F1E8
Tints of Clear Day #D7F1E8
RGB
CMYK
RGB Variations
Color information
#D7F1E8 (or 0xD7F1E8) is known color: Clear Day. HEX triplet: D7, F1 and E8. RGB value is (215,241,232). Sum of RGB (Red+Green+Blue) = 215+241+232=688 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.25% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F1E8 is #280E17. Grayscale: #E8E8E8. Windows color (decimal): -2625048 or 15266263. OLE color: 15266263.
HSL color Cylindrical-coordinate representation of color #D7F1E8: hue angle of 159.23º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F1E8 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 232 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.05 |
| HSL | 159.23º | 0.48% | 0.89% | - |
| HSV(B) | 159.23º | 0.11% | 0.95% | - |
| XYZ | 74.05 | 83.18 | 88.5 | - |
| YUV | 232.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 232 | 0.11 | 0 | 0.04 | 0.05 | 159.23 | 0.48 | 0.89 |
| Hex | D7 | F1 | E8 | B | 0 | 4 | 5 | 9F | 30 | 59 |
| Octal | 327 | 361 | 350 | 13 | 0 | 4 | 5 | 237 | 60 | 131 |
| Binary | 11010111 | 11110001 | 11101000 | 1011 | 0 | 100 | 101 | 10011111 | 110000 | 1011001 |
Color Harmonies of #D7F1E8
Complementary color
Monochromatic Colors of #D7F1E8
Black with #D7F1E8
Text Example
Text Example
White with #D7F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1E8; }
p { color: rgb(215,241,232); }
H1.HeaderClassName
{
color: #D7F1E8;
}
.AnyTagClassName
{
color: #D7F1E8;
}
</style>
background-color css
<style>
a { background-color: #D7F1E8; }
a { background-color: rgb(215,241,232); }
div.DivClassName
{
background-color: #D7F1E8;
}
.BgClassName
{
background-color: #D7F1E8;
}
</style>
border-color css
<style>
span { border-color: #D7F1E8; }
span { border-color: rgb(215,241,232); }
td.TdClassName
{
border-color: #D7F1E8;
}
.TagClassName
{
border-color: #D7F1E8;
}
</style>