Shades of Catskill White #E5EDDC
Tints of Catskill White #E5EDDC
RGB
CMYK
RGB Variations
Color information
#E5EDDC (or 0xE5EDDC) is known color: Catskill White. HEX triplet: E5, ED and DC. RGB value is (229,237,220). Sum of RGB (Red+Green+Blue) = 229+237+220=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDDC is #1A1223. Grayscale: #E8E8E8. Windows color (decimal): -1708580 or 14478821. OLE color: 14478821.
HSL color Cylindrical-coordinate representation of color #E5EDDC: hue angle of 88.24º degrees, saturation: 0.32, 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 #E5EDDC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 237 | 220 | - |
CMYK | 0.03 | 0 | 0.07 | 0.07 |
HSL | 88.24º | 0.32% | 0.9% | - |
HSV(B) | 88.24º | 0.07% | 0.93% | - |
XYZ | 75.52 | 82.39 | 79.63 | - |
YUV | 232.67 | 120.85 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 237 | 220 | 0.03 | 0 | 0.07 | 0.07 | 88.24 | 0.32 | 0.9 |
Hex | E5 | ED | DC | 3 | 0 | 7 | 7 | 58 | 20 | 5A |
Octal | 345 | 355 | 334 | 3 | 0 | 7 | 7 | 130 | 40 | 132 |
Binary | 11100101 | 11101101 | 11011100 | 11 | 0 | 111 | 111 | 1011000 | 100000 | 1011010 |
Color Harmonies of #E5EDDC
Complementary color
Monochromatic Colors of #E5EDDC
Black with #E5EDDC
Text Example
Text Example
White with #E5EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EDDC; }
p { color: rgb(229,237,220); }
H1.HeaderClassName
{
color: #E5EDDC;
}
.AnyTagClassName
{
color: #E5EDDC;
}
</style>
background-color css
<style>
a { background-color: #E5EDDC; }
a { background-color: rgb(229,237,220); }
div.DivClassName
{
background-color: #E5EDDC;
}
.BgClassName
{
background-color: #E5EDDC;
}
</style>
border-color css
<style>
span { border-color: #E5EDDC; }
span { border-color: rgb(229,237,220); }
td.TdClassName
{
border-color: #E5EDDC;
}
.TagClassName
{
border-color: #E5EDDC;
}
</style>