Shades of Catskill White #E5F2D5
Tints of Catskill White #E5F2D5
RGB
CMYK
RGB Variations
Color information
#E5F2D5 (or 0xE5F2D5) is known color: Catskill White. HEX triplet: E5, F2 and D5. RGB value is (229,242,213). Sum of RGB (Red+Green+Blue) = 229+242+213=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2D5 is #1A0D2A. Grayscale: #EAEAEA. Windows color (decimal): -1707307 or 14021349. OLE color: 14021349.
HSL color Cylindrical-coordinate representation of color #E5F2D5: hue angle of 86.9º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5F2D5 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 213 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.05 |
| HSL | 86.9º | 0.53% | 0.89% | - |
| HSV(B) | 86.9º | 0.12% | 0.95% | - |
| XYZ | 76.08 | 84.97 | 75.34 | - |
| YUV | 234.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 213 | 0.05 | 0 | 0.12 | 0.05 | 86.9 | 0.53 | 0.89 |
| Hex | E5 | F2 | D5 | 5 | 0 | C | 5 | 57 | 35 | 59 |
| Octal | 345 | 362 | 325 | 5 | 0 | 14 | 5 | 127 | 65 | 131 |
| Binary | 11100101 | 11110010 | 11010101 | 101 | 0 | 1100 | 101 | 1010111 | 110101 | 1011001 |
Color Harmonies of #E5F2D5
Complementary color
Monochromatic Colors of #E5F2D5
Black with #E5F2D5
Text Example
Text Example
White with #E5F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2D5; }
p { color: rgb(229,242,213); }
H1.HeaderClassName
{
color: #E5F2D5;
}
.AnyTagClassName
{
color: #E5F2D5;
}
</style>
background-color css
<style>
a { background-color: #E5F2D5; }
a { background-color: rgb(229,242,213); }
div.DivClassName
{
background-color: #E5F2D5;
}
.BgClassName
{
background-color: #E5F2D5;
}
</style>
border-color css
<style>
span { border-color: #E5F2D5; }
span { border-color: rgb(229,242,213); }
td.TdClassName
{
border-color: #E5F2D5;
}
.TagClassName
{
border-color: #E5F2D5;
}
</style>