Shades of Catskill White #E4F2D5
Tints of Catskill White #E4F2D5
RGB
CMYK
RGB Variations
Color information
#E4F2D5 (or 0xE4F2D5) is known color: Catskill White. HEX triplet: E4, F2 and D5. RGB value is (228,242,213). Sum of RGB (Red+Green+Blue) = 228+242+213=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2D5 is #1B0D2A. Grayscale: #EAEAEA. Windows color (decimal): -1772843 or 14021348. OLE color: 14021348.
HSL color Cylindrical-coordinate representation of color #E4F2D5: hue angle of 88.97º 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 #E4F2D5 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 213 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.05 |
| HSL | 88.97º | 0.53% | 0.89% | - |
| HSV(B) | 88.97º | 0.12% | 0.95% | - |
| XYZ | 75.76 | 84.8 | 75.33 | - |
| YUV | 234.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 213 | 0.06 | 0 | 0.12 | 0.05 | 88.97 | 0.53 | 0.89 |
| Hex | E4 | F2 | D5 | 6 | 0 | C | 5 | 59 | 35 | 59 |
| Octal | 344 | 362 | 325 | 6 | 0 | 14 | 5 | 131 | 65 | 131 |
| Binary | 11100100 | 11110010 | 11010101 | 110 | 0 | 1100 | 101 | 1011001 | 110101 | 1011001 |
Color Harmonies of #E4F2D5
Complementary color
Monochromatic Colors of #E4F2D5
Black with #E4F2D5
Text Example
Text Example
White with #E4F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2D5; }
p { color: rgb(228,242,213); }
H1.HeaderClassName
{
color: #E4F2D5;
}
.AnyTagClassName
{
color: #E4F2D5;
}
</style>
background-color css
<style>
a { background-color: #E4F2D5; }
a { background-color: rgb(228,242,213); }
div.DivClassName
{
background-color: #E4F2D5;
}
.BgClassName
{
background-color: #E4F2D5;
}
</style>
border-color css
<style>
span { border-color: #E4F2D5; }
span { border-color: rgb(228,242,213); }
td.TdClassName
{
border-color: #E4F2D5;
}
.TagClassName
{
border-color: #E4F2D5;
}
</style>