Shades of Catskill White #E1E6DA
Tints of Catskill White #E1E6DA
RGB
CMYK
RGB Variations
Color information
#E1E6DA (or 0xE1E6DA) is known color: Catskill White. HEX triplet: E1, E6 and DA. RGB value is (225,230,218). Sum of RGB (Red+Green+Blue) = 225+230+218=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6DA is #1E1925. Grayscale: #E3E3E3. Windows color (decimal): -1972518 or 14345953. OLE color: 14345953.
HSL color Cylindrical-coordinate representation of color #E1E6DA: hue angle of 85º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E6DA is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 218 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.10 |
| HSL | 85º | 0.19% | 0.88% | - |
| HSV(B) | 85º | 0.05% | 0.9% | - |
| XYZ | 72 | 77.66 | 77.53 | - |
| YUV | 227.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 218 | 0.02 | 0 | 0.05 | 0.10 | 85 | 0.19 | 0.88 |
| Hex | E1 | E6 | DA | 2 | 0 | 5 | A | 55 | 13 | 58 |
| Octal | 341 | 346 | 332 | 2 | 0 | 5 | 12 | 125 | 23 | 130 |
| Binary | 11100001 | 11100110 | 11011010 | 10 | 0 | 101 | 1010 | 1010101 | 10011 | 1011000 |
Color Harmonies of #E1E6DA
Complementary color
Monochromatic Colors of #E1E6DA
Black with #E1E6DA
Text Example
Text Example
White with #E1E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6DA; }
p { color: rgb(225,230,218); }
H1.HeaderClassName
{
color: #E1E6DA;
}
.AnyTagClassName
{
color: #E1E6DA;
}
</style>
background-color css
<style>
a { background-color: #E1E6DA; }
a { background-color: rgb(225,230,218); }
div.DivClassName
{
background-color: #E1E6DA;
}
.BgClassName
{
background-color: #E1E6DA;
}
</style>
border-color css
<style>
span { border-color: #E1E6DA; }
span { border-color: rgb(225,230,218); }
td.TdClassName
{
border-color: #E1E6DA;
}
.TagClassName
{
border-color: #E1E6DA;
}
</style>