Shades of Catskill White #E6F0DD
Tints of Catskill White #E6F0DD
RGB
CMYK
RGB Variations
Color information
#E6F0DD (or 0xE6F0DD) is known color: Catskill White. HEX triplet: E6, F0 and DD. RGB value is (230,240,221). Sum of RGB (Red+Green+Blue) = 230+240+221=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0DD is #190F22. Grayscale: #EAEAEA. Windows color (decimal): -1642275 or 14545126. OLE color: 14545126.
HSL color Cylindrical-coordinate representation of color #E6F0DD: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F0DD is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 221 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.06 |
| HSL | 91.58º | 0.39% | 0.9% | - |
| HSV(B) | 91.58º | 0.08% | 0.94% | - |
| XYZ | 76.84 | 84.36 | 80.64 | - |
| YUV | 234.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 221 | 0.04 | 0 | 0.08 | 0.06 | 91.58 | 0.39 | 0.9 |
| Hex | E6 | F0 | DD | 4 | 0 | 8 | 6 | 5C | 27 | 5A |
| Octal | 346 | 360 | 335 | 4 | 0 | 10 | 6 | 134 | 47 | 132 |
| Binary | 11100110 | 11110000 | 11011101 | 100 | 0 | 1000 | 110 | 1011100 | 100111 | 1011010 |
Color Harmonies of #E6F0DD
Complementary color
Monochromatic Colors of #E6F0DD
Black with #E6F0DD
Text Example
Text Example
White with #E6F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0DD; }
p { color: rgb(230,240,221); }
H1.HeaderClassName
{
color: #E6F0DD;
}
.AnyTagClassName
{
color: #E6F0DD;
}
</style>
background-color css
<style>
a { background-color: #E6F0DD; }
a { background-color: rgb(230,240,221); }
div.DivClassName
{
background-color: #E6F0DD;
}
.BgClassName
{
background-color: #E6F0DD;
}
</style>
border-color css
<style>
span { border-color: #E6F0DD; }
span { border-color: rgb(230,240,221); }
td.TdClassName
{
border-color: #E6F0DD;
}
.TagClassName
{
border-color: #E6F0DD;
}
</style>