Shades of Catskill White #E5ECDC
Tints of Catskill White #E5ECDC
RGB
CMYK
RGB Variations
Color information
#E5ECDC (or 0xE5ECDC) is known color: Catskill White. HEX triplet: E5, EC and DC. RGB value is (229,236,220). Sum of RGB (Red+Green+Blue) = 229+236+220=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #E5ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5ECDC is #1A1323. Grayscale: #E8E8E8. Windows color (decimal): -1708836 or 14478565. OLE color: 14478565.
HSL color Cylindrical-coordinate representation of color #E5ECDC: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5ECDC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 236 | 220 | - |
CMYK | 0.03 | 0 | 0.07 | 0.07 |
HSL | 86.25º | 0.3% | 0.89% | - |
HSV(B) | 86.25º | 0.07% | 0.93% | - |
XYZ | 75.23 | 81.82 | 79.54 | - |
YUV | 232.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 236 | 220 | 0.03 | 0 | 0.07 | 0.07 | 86.25 | 0.3 | 0.89 |
Hex | E5 | EC | DC | 3 | 0 | 7 | 7 | 56 | 1E | 59 |
Octal | 345 | 354 | 334 | 3 | 0 | 7 | 7 | 126 | 36 | 131 |
Binary | 11100101 | 11101100 | 11011100 | 11 | 0 | 111 | 111 | 1010110 | 11110 | 1011001 |
Color Harmonies of #E5ECDC
Complementary color
Monochromatic Colors of #E5ECDC
Black with #E5ECDC
Text Example
Text Example
White with #E5ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECDC; }
p { color: rgb(229,236,220); }
H1.HeaderClassName
{
color: #E5ECDC;
}
.AnyTagClassName
{
color: #E5ECDC;
}
</style>
background-color css
<style>
a { background-color: #E5ECDC; }
a { background-color: rgb(229,236,220); }
div.DivClassName
{
background-color: #E5ECDC;
}
.BgClassName
{
background-color: #E5ECDC;
}
</style>
border-color css
<style>
span { border-color: #E5ECDC; }
span { border-color: rgb(229,236,220); }
td.TdClassName
{
border-color: #E5ECDC;
}
.TagClassName
{
border-color: #E5ECDC;
}
</style>