Shades of Catskill White #E2EBDB
Tints of Catskill White #E2EBDB
RGB
CMYK
RGB Variations
Color information
#E2EBDB (or 0xE2EBDB) is known color: Catskill White. HEX triplet: E2, EB and DB. RGB value is (226,235,219). Sum of RGB (Red+Green+Blue) = 226+235+219=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EBDB is #1D1424. Grayscale: #E6E6E6. Windows color (decimal): -1905701 or 14412770. OLE color: 14412770.
HSL color Cylindrical-coordinate representation of color #E2EBDB: hue angle of 93.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2EBDB is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 235 | 219 | - |
CMYK | 0.04 | 0 | 0.07 | 0.08 |
HSL | 93.75º | 0.29% | 0.89% | - |
HSV(B) | 93.75º | 0.07% | 0.92% | - |
XYZ | 73.86 | 80.7 | 78.7 | - |
YUV | 230.49 | 121.52 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 235 | 219 | 0.04 | 0 | 0.07 | 0.08 | 93.75 | 0.29 | 0.89 |
Hex | E2 | EB | DB | 4 | 0 | 7 | 8 | 5E | 1D | 59 |
Octal | 342 | 353 | 333 | 4 | 0 | 7 | 10 | 136 | 35 | 131 |
Binary | 11100010 | 11101011 | 11011011 | 100 | 0 | 111 | 1000 | 1011110 | 11101 | 1011001 |
Color Harmonies of #E2EBDB
Complementary color
Monochromatic Colors of #E2EBDB
Black with #E2EBDB
Text Example
Text Example
White with #E2EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBDB; }
p { color: rgb(226,235,219); }
H1.HeaderClassName
{
color: #E2EBDB;
}
.AnyTagClassName
{
color: #E2EBDB;
}
</style>
background-color css
<style>
a { background-color: #E2EBDB; }
a { background-color: rgb(226,235,219); }
div.DivClassName
{
background-color: #E2EBDB;
}
.BgClassName
{
background-color: #E2EBDB;
}
</style>
border-color css
<style>
span { border-color: #E2EBDB; }
span { border-color: rgb(226,235,219); }
td.TdClassName
{
border-color: #E2EBDB;
}
.TagClassName
{
border-color: #E2EBDB;
}
</style>