Shades of Clear Day #D7EFE7
Tints of Clear Day #D7EFE7
RGB
CMYK
RGB Variations
Color information
#D7EFE7 (or 0xD7EFE7) is known color: Clear Day. HEX triplet: D7, EF and E7. RGB value is (215,239,231). Sum of RGB (Red+Green+Blue) = 215+239+231=685 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.39% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFE7 is #281018. Grayscale: #E6E6E6. Windows color (decimal): -2625561 or 15200215. OLE color: 15200215.
HSL color Cylindrical-coordinate representation of color #D7EFE7: hue angle of 160º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EFE7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 239 | 231 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.06 |
| HSL | 160º | 0.43% | 0.89% | - |
| HSV(B) | 160º | 0.1% | 0.94% | - |
| XYZ | 73.31 | 81.95 | 87.56 | - |
| YUV | 230.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 239 | 231 | 0.10 | 0 | 0.03 | 0.06 | 160 | 0.43 | 0.89 |
| Hex | D7 | EF | E7 | A | 0 | 3 | 6 | A0 | 2B | 59 |
| Octal | 327 | 357 | 347 | 12 | 0 | 3 | 6 | 240 | 53 | 131 |
| Binary | 11010111 | 11101111 | 11100111 | 1010 | 0 | 11 | 110 | 10100000 | 101011 | 1011001 |
Color Harmonies of #D7EFE7
Complementary color
Monochromatic Colors of #D7EFE7
Black with #D7EFE7
Text Example
Text Example
White with #D7EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EFE7; }
p { color: rgb(215,239,231); }
H1.HeaderClassName
{
color: #D7EFE7;
}
.AnyTagClassName
{
color: #D7EFE7;
}
</style>
background-color css
<style>
a { background-color: #D7EFE7; }
a { background-color: rgb(215,239,231); }
div.DivClassName
{
background-color: #D7EFE7;
}
.BgClassName
{
background-color: #D7EFE7;
}
</style>
border-color css
<style>
span { border-color: #D7EFE7; }
span { border-color: rgb(215,239,231); }
td.TdClassName
{
border-color: #D7EFE7;
}
.TagClassName
{
border-color: #D7EFE7;
}
</style>