Shades of Catskill White #E5EFDA
Tints of Catskill White #E5EFDA
RGB
CMYK
RGB Variations
Color information
#E5EFDA (or 0xE5EFDA) is known color: Catskill White. HEX triplet: E5, EF and DA. RGB value is (229,239,218). Sum of RGB (Red+Green+Blue) = 229+239+218=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFDA is #1A1025. Grayscale: #E9E9E9. Windows color (decimal): -1708070 or 14348261. OLE color: 14348261.
HSL color Cylindrical-coordinate representation of color #E5EFDA: hue angle of 88.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EFDA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 218 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.06 |
| HSL | 88.57º | 0.4% | 0.9% | - |
| HSV(B) | 88.57º | 0.09% | 0.94% | - |
| XYZ | 75.83 | 83.45 | 78.44 | - |
| YUV | 233.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 218 | 0.04 | 0 | 0.09 | 0.06 | 88.57 | 0.4 | 0.9 |
| Hex | E5 | EF | DA | 4 | 0 | 9 | 6 | 59 | 28 | 5A |
| Octal | 345 | 357 | 332 | 4 | 0 | 11 | 6 | 131 | 50 | 132 |
| Binary | 11100101 | 11101111 | 11011010 | 100 | 0 | 1001 | 110 | 1011001 | 101000 | 1011010 |
Color Harmonies of #E5EFDA
Complementary color
Monochromatic Colors of #E5EFDA
Black with #E5EFDA
Text Example
Text Example
White with #E5EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFDA; }
p { color: rgb(229,239,218); }
H1.HeaderClassName
{
color: #E5EFDA;
}
.AnyTagClassName
{
color: #E5EFDA;
}
</style>
background-color css
<style>
a { background-color: #E5EFDA; }
a { background-color: rgb(229,239,218); }
div.DivClassName
{
background-color: #E5EFDA;
}
.BgClassName
{
background-color: #E5EFDA;
}
</style>
border-color css
<style>
span { border-color: #E5EFDA; }
span { border-color: rgb(229,239,218); }
td.TdClassName
{
border-color: #E5EFDA;
}
.TagClassName
{
border-color: #E5EFDA;
}
</style>