Shades of Clear Day #D8FDF0
Tints of Clear Day #D8FDF0
RGB
CMYK
RGB Variations
Color information
#D8FDF0 (or 0xD8FDF0) is known color: Clear Day. HEX triplet: D8, FD and F0. RGB value is (216,253,240). Sum of RGB (Red+Green+Blue) = 216+253+240=709 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.47% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FDF0 is #27020F. Grayscale: #F0F0F0. Windows color (decimal): -2556432 or 15793624. OLE color: 15793624.
HSL color Cylindrical-coordinate representation of color #D8FDF0: hue angle of 158.92º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FDF0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 216 | 253 | 240 | - |
CMYK | 0.15 | 0 | 0.05 | 0.01 |
HSL | 158.92º | 0.9% | 0.92% | - |
HSV(B) | 158.92º | 0.15% | 0.99% | - |
XYZ | 79.17 | 91.14 | 95.86 | - |
YUV | 240.46 | 127.74 | 110.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 253 | 240 | 0.15 | 0 | 0.05 | 0.01 | 158.92 | 0.9 | 0.92 |
Hex | D8 | FD | F0 | F | 0 | 5 | 1 | 9F | 5A | 5C |
Octal | 330 | 375 | 360 | 17 | 0 | 5 | 1 | 237 | 132 | 134 |
Binary | 11011000 | 11111101 | 11110000 | 1111 | 0 | 101 | 1 | 10011111 | 1011010 | 1011100 |
Color Harmonies of #D8FDF0
Complementary color
Monochromatic Colors of #D8FDF0
Black with #D8FDF0
Text Example
Text Example
White with #D8FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FDF0; }
p { color: rgb(216,253,240); }
H1.HeaderClassName
{
color: #D8FDF0;
}
.AnyTagClassName
{
color: #D8FDF0;
}
</style>
background-color css
<style>
a { background-color: #D8FDF0; }
a { background-color: rgb(216,253,240); }
div.DivClassName
{
background-color: #D8FDF0;
}
.BgClassName
{
background-color: #D8FDF0;
}
</style>
border-color css
<style>
span { border-color: #D8FDF0; }
span { border-color: rgb(216,253,240); }
td.TdClassName
{
border-color: #D8FDF0;
}
.TagClassName
{
border-color: #D8FDF0;
}
</style>