Shades of Clear Day #D7F7ED
Tints of Clear Day #D7F7ED
RGB
CMYK
RGB Variations
Color information
#D7F7ED (or 0xD7F7ED) is known color: Clear Day. HEX triplet: D7, F7 and ED. RGB value is (215,247,237). Sum of RGB (Red+Green+Blue) = 215+247+237=699 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.76% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #D7F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F7ED is #280812. Grayscale: #ECECEC. Windows color (decimal): -2623507 or 15595479. OLE color: 15595479.
HSL color Cylindrical-coordinate representation of color #D7F7ED: hue angle of 161.25º degrees, saturation: 0.67, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7F7ED is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 247 | 237 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.03 |
| HSL | 161.25º | 0.67% | 0.91% | - |
| HSV(B) | 161.25º | 0.13% | 0.97% | - |
| XYZ | 76.57 | 87.08 | 92.89 | - |
| YUV | 236.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 247 | 237 | 0.13 | 0 | 0.04 | 0.03 | 161.25 | 0.67 | 0.91 |
| Hex | D7 | F7 | ED | D | 0 | 4 | 3 | A1 | 43 | 5B |
| Octal | 327 | 367 | 355 | 15 | 0 | 4 | 3 | 241 | 103 | 133 |
| Binary | 11010111 | 11110111 | 11101101 | 1101 | 0 | 100 | 11 | 10100001 | 1000011 | 1011011 |
Color Harmonies of #D7F7ED
Complementary color
Monochromatic Colors of #D7F7ED
Black with #D7F7ED
Text Example
Text Example
White with #D7F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F7ED; }
p { color: rgb(215,247,237); }
H1.HeaderClassName
{
color: #D7F7ED;
}
.AnyTagClassName
{
color: #D7F7ED;
}
</style>
background-color css
<style>
a { background-color: #D7F7ED; }
a { background-color: rgb(215,247,237); }
div.DivClassName
{
background-color: #D7F7ED;
}
.BgClassName
{
background-color: #D7F7ED;
}
</style>
border-color css
<style>
span { border-color: #D7F7ED; }
span { border-color: rgb(215,247,237); }
td.TdClassName
{
border-color: #D7F7ED;
}
.TagClassName
{
border-color: #D7F7ED;
}
</style>