Shades of Catskill White #E2E9DB
Tints of Catskill White #E2E9DB
RGB
CMYK
RGB Variations
Color information
#E2E9DB (or 0xE2E9DB) is known color: Catskill White. HEX triplet: E2, E9 and DB. RGB value is (226,233,219). Sum of RGB (Red+Green+Blue) = 226+233+219=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E9DB is #1D1624. Grayscale: #E5E5E5. Windows color (decimal): -1906213 or 14412258. OLE color: 14412258.
HSL color Cylindrical-coordinate representation of color #E2E9DB: hue angle of 90º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2E9DB is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 219 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.09 |
| HSL | 90º | 0.24% | 0.89% | - |
| HSV(B) | 90º | 0.06% | 0.91% | - |
| XYZ | 73.29 | 79.56 | 78.51 | - |
| YUV | 229.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 219 | 0.03 | 0 | 0.06 | 0.09 | 90 | 0.24 | 0.89 |
| Hex | E2 | E9 | DB | 3 | 0 | 6 | 9 | 5A | 18 | 59 |
| Octal | 342 | 351 | 333 | 3 | 0 | 6 | 11 | 132 | 30 | 131 |
| Binary | 11100010 | 11101001 | 11011011 | 11 | 0 | 110 | 1001 | 1011010 | 11000 | 1011001 |
Color Harmonies of #E2E9DB
Complementary color
Monochromatic Colors of #E2E9DB
Black with #E2E9DB
Text Example
Text Example
White with #E2E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9DB; }
p { color: rgb(226,233,219); }
H1.HeaderClassName
{
color: #E2E9DB;
}
.AnyTagClassName
{
color: #E2E9DB;
}
</style>
background-color css
<style>
a { background-color: #E2E9DB; }
a { background-color: rgb(226,233,219); }
div.DivClassName
{
background-color: #E2E9DB;
}
.BgClassName
{
background-color: #E2E9DB;
}
</style>
border-color css
<style>
span { border-color: #E2E9DB; }
span { border-color: rgb(226,233,219); }
td.TdClassName
{
border-color: #E2E9DB;
}
.TagClassName
{
border-color: #E2E9DB;
}
</style>