Shades of Catskill White #E6EDDC
Tints of Catskill White #E6EDDC
RGB
CMYK
RGB Variations
Color information
#E6EDDC (or 0xE6EDDC) is known color: Catskill White. HEX triplet: E6, ED and DC. RGB value is (230,237,220). Sum of RGB (Red+Green+Blue) = 230+237+220=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDDC is #191223. Grayscale: #E9E9E9. Windows color (decimal): -1643044 or 14478822. OLE color: 14478822.
HSL color Cylindrical-coordinate representation of color #E6EDDC: hue angle of 84.71º 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 #E6EDDC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 220 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.07 |
| HSL | 84.71º | 0.32% | 0.9% | - |
| HSV(B) | 84.71º | 0.07% | 0.93% | - |
| XYZ | 75.84 | 82.56 | 79.65 | - |
| YUV | 232.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 220 | 0.03 | 0 | 0.07 | 0.07 | 84.71 | 0.32 | 0.9 |
| Hex | E6 | ED | DC | 3 | 0 | 7 | 7 | 55 | 20 | 5A |
| Octal | 346 | 355 | 334 | 3 | 0 | 7 | 7 | 125 | 40 | 132 |
| Binary | 11100110 | 11101101 | 11011100 | 11 | 0 | 111 | 111 | 1010101 | 100000 | 1011010 |
Color Harmonies of #E6EDDC
Complementary color
Monochromatic Colors of #E6EDDC
Black with #E6EDDC
Text Example
Text Example
White with #E6EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDDC; }
p { color: rgb(230,237,220); }
H1.HeaderClassName
{
color: #E6EDDC;
}
.AnyTagClassName
{
color: #E6EDDC;
}
</style>
background-color css
<style>
a { background-color: #E6EDDC; }
a { background-color: rgb(230,237,220); }
div.DivClassName
{
background-color: #E6EDDC;
}
.BgClassName
{
background-color: #E6EDDC;
}
</style>
border-color css
<style>
span { border-color: #E6EDDC; }
span { border-color: rgb(230,237,220); }
td.TdClassName
{
border-color: #E6EDDC;
}
.TagClassName
{
border-color: #E6EDDC;
}
</style>