Shades of Catskill White #E6EEDA
Tints of Catskill White #E6EEDA
RGB
CMYK
RGB Variations
Color information
#E6EEDA (or 0xE6EEDA) is known color: Catskill White. HEX triplet: E6, EE and DA. RGB value is (230,238,218). Sum of RGB (Red+Green+Blue) = 230+238+218=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EEDA is #191125. Grayscale: #E9E9E9. Windows color (decimal): -1642790 or 14348006. OLE color: 14348006.
HSL color Cylindrical-coordinate representation of color #E6EEDA: hue angle of 84º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EEDA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 238 | 218 | - |
CMYK | 0.03 | 0 | 0.08 | 0.07 |
HSL | 84º | 0.37% | 0.89% | - |
HSV(B) | 84º | 0.08% | 0.93% | - |
XYZ | 75.86 | 83.03 | 78.36 | - |
YUV | 233.33 | 119.35 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 238 | 218 | 0.03 | 0 | 0.08 | 0.07 | 84 | 0.37 | 0.89 |
Hex | E6 | EE | DA | 3 | 0 | 8 | 7 | 54 | 25 | 59 |
Octal | 346 | 356 | 332 | 3 | 0 | 10 | 7 | 124 | 45 | 131 |
Binary | 11100110 | 11101110 | 11011010 | 11 | 0 | 1000 | 111 | 1010100 | 100101 | 1011001 |
Color Harmonies of #E6EEDA
Complementary color
Monochromatic Colors of #E6EEDA
Black with #E6EEDA
Text Example
Text Example
White with #E6EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EEDA; }
p { color: rgb(230,238,218); }
H1.HeaderClassName
{
color: #E6EEDA;
}
.AnyTagClassName
{
color: #E6EEDA;
}
</style>
background-color css
<style>
a { background-color: #E6EEDA; }
a { background-color: rgb(230,238,218); }
div.DivClassName
{
background-color: #E6EEDA;
}
.BgClassName
{
background-color: #E6EEDA;
}
</style>
border-color css
<style>
span { border-color: #E6EEDA; }
span { border-color: rgb(230,238,218); }
td.TdClassName
{
border-color: #E6EEDA;
}
.TagClassName
{
border-color: #E6EEDA;
}
</style>