Shades of Catskill White #E2E6DB
Tints of Catskill White #E2E6DB
RGB
CMYK
RGB Variations
Color information
#E2E6DB (or 0xE2E6DB) is known color: Catskill White. HEX triplet: E2, E6 and DB. RGB value is (226,230,219). Sum of RGB (Red+Green+Blue) = 226+230+219=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6DB is #1D1924. Grayscale: #E3E3E3. Windows color (decimal): -1906981 or 14411490. OLE color: 14411490.
HSL color Cylindrical-coordinate representation of color #E2E6DB: hue angle of 81.82º degrees, saturation: 0.18, 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 #E2E6DB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 230 | 219 | - |
CMYK | 0.02 | 0 | 0.05 | 0.10 |
HSL | 81.82º | 0.18% | 0.88% | - |
HSV(B) | 81.82º | 0.05% | 0.9% | - |
XYZ | 72.45 | 77.88 | 78.23 | - |
YUV | 227.55 | 123.17 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 219 | 0.02 | 0 | 0.05 | 0.10 | 81.82 | 0.18 | 0.88 |
Hex | E2 | E6 | DB | 2 | 0 | 5 | A | 52 | 12 | 58 |
Octal | 342 | 346 | 333 | 2 | 0 | 5 | 12 | 122 | 22 | 130 |
Binary | 11100010 | 11100110 | 11011011 | 10 | 0 | 101 | 1010 | 1010010 | 10010 | 1011000 |
Color Harmonies of #E2E6DB
Complementary color
Monochromatic Colors of #E2E6DB
Black with #E2E6DB
Text Example
Text Example
White with #E2E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6DB; }
p { color: rgb(226,230,219); }
H1.HeaderClassName
{
color: #E2E6DB;
}
.AnyTagClassName
{
color: #E2E6DB;
}
</style>
background-color css
<style>
a { background-color: #E2E6DB; }
a { background-color: rgb(226,230,219); }
div.DivClassName
{
background-color: #E2E6DB;
}
.BgClassName
{
background-color: #E2E6DB;
}
</style>
border-color css
<style>
span { border-color: #E2E6DB; }
span { border-color: rgb(226,230,219); }
td.TdClassName
{
border-color: #E2E6DB;
}
.TagClassName
{
border-color: #E2E6DB;
}
</style>