Shades of Catskill White #E6EDDD
Tints of Catskill White #E6EDDD
RGB
CMYK
RGB Variations
Color information
#E6EDDD (or 0xE6EDDD) is known color: Catskill White. HEX triplet: E6, ED and DD. RGB value is (230,237,221). Sum of RGB (Red+Green+Blue) = 230+237+221=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDDD is #191222. Grayscale: #E9E9E9. Windows color (decimal): -1643043 or 14544358. OLE color: 14544358.
HSL color Cylindrical-coordinate representation of color #E6EDDD: hue angle of 86.25º 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 #E6EDDD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 237 | 221 | - |
CMYK | 0.03 | 0 | 0.07 | 0.07 |
HSL | 86.25º | 0.31% | 0.9% | - |
HSV(B) | 86.25º | 0.07% | 0.93% | - |
XYZ | 75.97 | 82.61 | 80.35 | - |
YUV | 233.08 | 121.18 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 237 | 221 | 0.03 | 0 | 0.07 | 0.07 | 86.25 | 0.31 | 0.9 |
Hex | E6 | ED | DD | 3 | 0 | 7 | 7 | 56 | 1F | 5A |
Octal | 346 | 355 | 335 | 3 | 0 | 7 | 7 | 126 | 37 | 132 |
Binary | 11100110 | 11101101 | 11011101 | 11 | 0 | 111 | 111 | 1010110 | 11111 | 1011010 |
Color Harmonies of #E6EDDD
Complementary color
Monochromatic Colors of #E6EDDD
Black with #E6EDDD
Text Example
Text Example
White with #E6EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDDD; }
p { color: rgb(230,237,221); }
H1.HeaderClassName
{
color: #E6EDDD;
}
.AnyTagClassName
{
color: #E6EDDD;
}
</style>
background-color css
<style>
a { background-color: #E6EDDD; }
a { background-color: rgb(230,237,221); }
div.DivClassName
{
background-color: #E6EDDD;
}
.BgClassName
{
background-color: #E6EDDD;
}
</style>
border-color css
<style>
span { border-color: #E6EDDD; }
span { border-color: rgb(230,237,221); }
td.TdClassName
{
border-color: #E6EDDD;
}
.TagClassName
{
border-color: #E6EDDD;
}
</style>