Shades of Catskill White #E7F2DB
Tints of Catskill White #E7F2DB
RGB
CMYK
RGB Variations
Color information
#E7F2DB (or 0xE7F2DB) is known color: Catskill White. HEX triplet: E7, F2 and DB. RGB value is (231,242,219). Sum of RGB (Red+Green+Blue) = 231+242+219=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F2DB is #180D24. Grayscale: #ECECEC. Windows color (decimal): -1576229 or 14414567. OLE color: 14414567.
HSL color Cylindrical-coordinate representation of color #E7F2DB: hue angle of 88.7º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7F2DB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 231 | 242 | 219 | - |
CMYK | 0.05 | 0 | 0.10 | 0.05 |
HSL | 88.7º | 0.47% | 0.9% | - |
HSV(B) | 88.7º | 0.1% | 0.95% | - |
XYZ | 77.49 | 85.61 | 79.46 | - |
YUV | 236.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 242 | 219 | 0.05 | 0 | 0.10 | 0.05 | 88.7 | 0.47 | 0.9 |
Hex | E7 | F2 | DB | 5 | 0 | A | 5 | 59 | 2F | 5A |
Octal | 347 | 362 | 333 | 5 | 0 | 12 | 5 | 131 | 57 | 132 |
Binary | 11100111 | 11110010 | 11011011 | 101 | 0 | 1010 | 101 | 1011001 | 101111 | 1011010 |
Color Harmonies of #E7F2DB
Complementary color
Monochromatic Colors of #E7F2DB
Black with #E7F2DB
Text Example
Text Example
White with #E7F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F2DB; }
p { color: rgb(231,242,219); }
H1.HeaderClassName
{
color: #E7F2DB;
}
.AnyTagClassName
{
color: #E7F2DB;
}
</style>
background-color css
<style>
a { background-color: #E7F2DB; }
a { background-color: rgb(231,242,219); }
div.DivClassName
{
background-color: #E7F2DB;
}
.BgClassName
{
background-color: #E7F2DB;
}
</style>
border-color css
<style>
span { border-color: #E7F2DB; }
span { border-color: rgb(231,242,219); }
td.TdClassName
{
border-color: #E7F2DB;
}
.TagClassName
{
border-color: #E7F2DB;
}
</style>