Shades of Catskill White #E6EEDE
Tints of Catskill White #E6EEDE
RGB
CMYK
RGB Variations
Color information
#E6EEDE (or 0xE6EEDE) is known color: Catskill White. HEX triplet: E6, EE and DE. RGB value is (230,238,222). Sum of RGB (Red+Green+Blue) = 230+238+222=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EEDE is #191121. Grayscale: #E9E9E9. Windows color (decimal): -1642786 or 14610150. OLE color: 14610150.
HSL color Cylindrical-coordinate representation of color #E6EEDE: hue angle of 90º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6EEDE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 238 | 222 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.07 |
| HSL | 90º | 0.32% | 0.9% | - |
| HSV(B) | 90º | 0.07% | 0.93% | - |
| XYZ | 76.39 | 83.25 | 81.15 | - |
| YUV | 233.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 222 | 0.03 | 0 | 0.07 | 0.07 | 90 | 0.32 | 0.9 |
| Hex | E6 | EE | DE | 3 | 0 | 7 | 7 | 5A | 20 | 5A |
| Octal | 346 | 356 | 336 | 3 | 0 | 7 | 7 | 132 | 40 | 132 |
| Binary | 11100110 | 11101110 | 11011110 | 11 | 0 | 111 | 111 | 1011010 | 100000 | 1011010 |
Color Harmonies of #E6EEDE
Complementary color
Monochromatic Colors of #E6EEDE
Black with #E6EEDE
Text Example
Text Example
White with #E6EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEDE; }
p { color: rgb(230,238,222); }
H1.HeaderClassName
{
color: #E6EEDE;
}
.AnyTagClassName
{
color: #E6EEDE;
}
</style>
background-color css
<style>
a { background-color: #E6EEDE; }
a { background-color: rgb(230,238,222); }
div.DivClassName
{
background-color: #E6EEDE;
}
.BgClassName
{
background-color: #E6EEDE;
}
</style>
border-color css
<style>
span { border-color: #E6EEDE; }
span { border-color: rgb(230,238,222); }
td.TdClassName
{
border-color: #E6EEDE;
}
.TagClassName
{
border-color: #E6EEDE;
}
</style>