Shades of Clear Day #D6FEF0
Tints of Clear Day #D6FEF0
RGB
CMYK
RGB Variations
Color information
#D6FEF0 (or 0xD6FEF0) is known color: Clear Day. HEX triplet: D6, FE and F0. RGB value is (214,254,240). Sum of RGB (Red+Green+Blue) = 214+254+240=708 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.23% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEF0 is #29010F. Grayscale: #F0F0F0. Windows color (decimal): -2687248 or 15793878. OLE color: 15793878.
HSL color Cylindrical-coordinate representation of color #D6FEF0: hue angle of 159º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEF0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 214 | 254 | 240 | - |
CMYK | 0.16 | 0 | 0.06 | 0.00 |
HSL | 159º | 0.95% | 0.92% | - |
HSV(B) | 159º | 0.16% | 1% | - |
XYZ | 78.9 | 91.47 | 95.94 | - |
YUV | 240.44 | 127.75 | 109.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 254 | 240 | 0.16 | 0 | 0.06 | 0.00 | 159 | 0.95 | 0.92 |
Hex | D6 | FE | F0 | 10 | 0 | 6 | 0 | 9F | 5F | 5C |
Octal | 326 | 376 | 360 | 20 | 0 | 6 | 0 | 237 | 137 | 134 |
Binary | 11010110 | 11111110 | 11110000 | 10000 | 0 | 110 | 0 | 10011111 | 1011111 | 1011100 |
Color Harmonies of #D6FEF0
Complementary color
Monochromatic Colors of #D6FEF0
Black with #D6FEF0
Text Example
Text Example
White with #D6FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEF0; }
p { color: rgb(214,254,240); }
H1.HeaderClassName
{
color: #D6FEF0;
}
.AnyTagClassName
{
color: #D6FEF0;
}
</style>
background-color css
<style>
a { background-color: #D6FEF0; }
a { background-color: rgb(214,254,240); }
div.DivClassName
{
background-color: #D6FEF0;
}
.BgClassName
{
background-color: #D6FEF0;
}
</style>
border-color css
<style>
span { border-color: #D6FEF0; }
span { border-color: rgb(214,254,240); }
td.TdClassName
{
border-color: #D6FEF0;
}
.TagClassName
{
border-color: #D6FEF0;
}
</style>