Shades of Clear Day #D7F5EC
Tints of Clear Day #D7F5EC
RGB
CMYK
RGB Variations
Color information
#D7F5EC (or 0xD7F5EC) is known color: Clear Day. HEX triplet: D7, F5 and EC. RGB value is (215,245,236). Sum of RGB (Red+Green+Blue) = 215+245+236=696 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.89% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F5EC is #280A13. Grayscale: #EBEBEB. Windows color (decimal): -2624020 or 15529431. OLE color: 15529431.
HSL color Cylindrical-coordinate representation of color #D7F5EC: hue angle of 162º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F5EC is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 245 | 236 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.04 |
| HSL | 162º | 0.6% | 0.9% | - |
| HSV(B) | 162º | 0.12% | 0.96% | - |
| XYZ | 75.82 | 85.81 | 91.92 | - |
| YUV | 235 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 236 | 0.12 | 0 | 0.04 | 0.04 | 162 | 0.6 | 0.9 |
| Hex | D7 | F5 | EC | C | 0 | 4 | 4 | A2 | 3C | 5A |
| Octal | 327 | 365 | 354 | 14 | 0 | 4 | 4 | 242 | 74 | 132 |
| Binary | 11010111 | 11110101 | 11101100 | 1100 | 0 | 100 | 100 | 10100010 | 111100 | 1011010 |
Color Harmonies of #D7F5EC
Complementary color
Monochromatic Colors of #D7F5EC
Black with #D7F5EC
Text Example
Text Example
White with #D7F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F5EC; }
p { color: rgb(215,245,236); }
H1.HeaderClassName
{
color: #D7F5EC;
}
.AnyTagClassName
{
color: #D7F5EC;
}
</style>
background-color css
<style>
a { background-color: #D7F5EC; }
a { background-color: rgb(215,245,236); }
div.DivClassName
{
background-color: #D7F5EC;
}
.BgClassName
{
background-color: #D7F5EC;
}
</style>
border-color css
<style>
span { border-color: #D7F5EC; }
span { border-color: rgb(215,245,236); }
td.TdClassName
{
border-color: #D7F5EC;
}
.TagClassName
{
border-color: #D7F5EC;
}
</style>