Shades of Catskill White #E5F2D7
Tints of Catskill White #E5F2D7
RGB
CMYK
RGB Variations
Color information
#E5F2D7 (or 0xE5F2D7) is known color: Catskill White. HEX triplet: E5, F2 and D7. RGB value is (229,242,215). Sum of RGB (Red+Green+Blue) = 229+242+215=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2D7 is #1A0D28. Grayscale: #EBEBEB. Windows color (decimal): -1707305 or 14152421. OLE color: 14152421.
HSL color Cylindrical-coordinate representation of color #E5F2D7: hue angle of 88.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5F2D7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 215 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.05 |
| HSL | 88.89º | 0.51% | 0.9% | - |
| HSV(B) | 88.89º | 0.11% | 0.95% | - |
| XYZ | 76.33 | 85.07 | 76.69 | - |
| YUV | 235.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 215 | 0.05 | 0 | 0.11 | 0.05 | 88.89 | 0.51 | 0.9 |
| Hex | E5 | F2 | D7 | 5 | 0 | B | 5 | 59 | 33 | 5A |
| Octal | 345 | 362 | 327 | 5 | 0 | 13 | 5 | 131 | 63 | 132 |
| Binary | 11100101 | 11110010 | 11010111 | 101 | 0 | 1011 | 101 | 1011001 | 110011 | 1011010 |
Color Harmonies of #E5F2D7
Complementary color
Monochromatic Colors of #E5F2D7
Black with #E5F2D7
Text Example
Text Example
White with #E5F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2D7; }
p { color: rgb(229,242,215); }
H1.HeaderClassName
{
color: #E5F2D7;
}
.AnyTagClassName
{
color: #E5F2D7;
}
</style>
background-color css
<style>
a { background-color: #E5F2D7; }
a { background-color: rgb(229,242,215); }
div.DivClassName
{
background-color: #E5F2D7;
}
.BgClassName
{
background-color: #E5F2D7;
}
</style>
border-color css
<style>
span { border-color: #E5F2D7; }
span { border-color: rgb(229,242,215); }
td.TdClassName
{
border-color: #E5F2D7;
}
.TagClassName
{
border-color: #E5F2D7;
}
</style>