Shades of Catskill White #E5EFDD
Tints of Catskill White #E5EFDD
RGB
CMYK
RGB Variations
Color information
#E5EFDD (or 0xE5EFDD) is known color: Catskill White. HEX triplet: E5, EF and DD. RGB value is (229,239,221). Sum of RGB (Red+Green+Blue) = 229+239+221=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFDD is #1A1022. Grayscale: #EAEAEA. Windows color (decimal): -1708067 or 14544869. OLE color: 14544869.
HSL color Cylindrical-coordinate representation of color #E5EFDD: hue angle of 93.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5EFDD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 221 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.06 |
| HSL | 93.33º | 0.36% | 0.9% | - |
| HSV(B) | 93.33º | 0.08% | 0.94% | - |
| XYZ | 76.23 | 83.61 | 80.53 | - |
| YUV | 233.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 221 | 0.04 | 0 | 0.08 | 0.06 | 93.33 | 0.36 | 0.9 |
| Hex | E5 | EF | DD | 4 | 0 | 8 | 6 | 5D | 24 | 5A |
| Octal | 345 | 357 | 335 | 4 | 0 | 10 | 6 | 135 | 44 | 132 |
| Binary | 11100101 | 11101111 | 11011101 | 100 | 0 | 1000 | 110 | 1011101 | 100100 | 1011010 |
Color Harmonies of #E5EFDD
Complementary color
Monochromatic Colors of #E5EFDD
Black with #E5EFDD
Text Example
Text Example
White with #E5EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFDD; }
p { color: rgb(229,239,221); }
H1.HeaderClassName
{
color: #E5EFDD;
}
.AnyTagClassName
{
color: #E5EFDD;
}
</style>
background-color css
<style>
a { background-color: #E5EFDD; }
a { background-color: rgb(229,239,221); }
div.DivClassName
{
background-color: #E5EFDD;
}
.BgClassName
{
background-color: #E5EFDD;
}
</style>
border-color css
<style>
span { border-color: #E5EFDD; }
span { border-color: rgb(229,239,221); }
td.TdClassName
{
border-color: #E5EFDD;
}
.TagClassName
{
border-color: #E5EFDD;
}
</style>