Shades of Catskill White #E5EDDD
Tints of Catskill White #E5EDDD
RGB
CMYK
RGB Variations
Color information
#E5EDDD (or 0xE5EDDD) is known color: Catskill White. HEX triplet: E5, ED and DD. RGB value is (229,237,221). Sum of RGB (Red+Green+Blue) = 229+237+221=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDDD is #1A1222. Grayscale: #E8E8E8. Windows color (decimal): -1708579 or 14544357. OLE color: 14544357.
HSL color Cylindrical-coordinate representation of color #E5EDDD: hue angle of 90º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5EDDD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 237 | 221 | - |
CMYK | 0.03 | 0 | 0.07 | 0.07 |
HSL | 90º | 0.31% | 0.9% | - |
HSV(B) | 90º | 0.07% | 0.93% | - |
XYZ | 75.65 | 82.45 | 80.33 | - |
YUV | 232.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 221 | 0.03 | 0 | 0.07 | 0.07 | 90 | 0.31 | 0.9 |
Hex | E5 | ED | DD | 3 | 0 | 7 | 7 | 5A | 1F | 5A |
Octal | 345 | 355 | 335 | 3 | 0 | 7 | 7 | 132 | 37 | 132 |
Binary | 11100101 | 11101101 | 11011101 | 11 | 0 | 111 | 111 | 1011010 | 11111 | 1011010 |
Color Harmonies of #E5EDDD
Complementary color
Monochromatic Colors of #E5EDDD
Black with #E5EDDD
Text Example
Text Example
White with #E5EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDDD; }
p { color: rgb(229,237,221); }
H1.HeaderClassName
{
color: #E5EDDD;
}
.AnyTagClassName
{
color: #E5EDDD;
}
</style>
background-color css
<style>
a { background-color: #E5EDDD; }
a { background-color: rgb(229,237,221); }
div.DivClassName
{
background-color: #E5EDDD;
}
.BgClassName
{
background-color: #E5EDDD;
}
</style>
border-color css
<style>
span { border-color: #E5EDDD; }
span { border-color: rgb(229,237,221); }
td.TdClassName
{
border-color: #E5EDDD;
}
.TagClassName
{
border-color: #E5EDDD;
}
</style>