Shades of Clear Day #D7FEF0
Tints of Clear Day #D7FEF0
RGB
CMYK
RGB Variations
Color information
#D7FEF0 (or 0xD7FEF0) is known color: Clear Day. HEX triplet: D7, FE and F0. RGB value is (215,254,240). Sum of RGB (Red+Green+Blue) = 215+254+240=709 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.32% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEF0 is #28010F. Grayscale: #F0F0F0. Windows color (decimal): -2621712 or 15793879. OLE color: 15793879.
HSL color Cylindrical-coordinate representation of color #D7FEF0: hue angle of 158.46º 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 #D7FEF0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 215 | 254 | 240 | - |
CMYK | 0.15 | 0 | 0.06 | 0.00 |
HSL | 158.46º | 0.95% | 0.92% | - |
HSV(B) | 158.46º | 0.15% | 1% | - |
XYZ | 79.19 | 91.62 | 95.95 | - |
YUV | 240.74 | 127.58 | 109.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 254 | 240 | 0.15 | 0 | 0.06 | 0.00 | 158.46 | 0.95 | 0.92 |
Hex | D7 | FE | F0 | F | 0 | 6 | 0 | 9E | 5F | 5C |
Octal | 327 | 376 | 360 | 17 | 0 | 6 | 0 | 236 | 137 | 134 |
Binary | 11010111 | 11111110 | 11110000 | 1111 | 0 | 110 | 0 | 10011110 | 1011111 | 1011100 |
Color Harmonies of #D7FEF0
Complementary color
Monochromatic Colors of #D7FEF0
Black with #D7FEF0
Text Example
Text Example
White with #D7FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FEF0; }
p { color: rgb(215,254,240); }
H1.HeaderClassName
{
color: #D7FEF0;
}
.AnyTagClassName
{
color: #D7FEF0;
}
</style>
background-color css
<style>
a { background-color: #D7FEF0; }
a { background-color: rgb(215,254,240); }
div.DivClassName
{
background-color: #D7FEF0;
}
.BgClassName
{
background-color: #D7FEF0;
}
</style>
border-color css
<style>
span { border-color: #D7FEF0; }
span { border-color: rgb(215,254,240); }
td.TdClassName
{
border-color: #D7FEF0;
}
.TagClassName
{
border-color: #D7FEF0;
}
</style>