Shades of Catskill White #E6F2D7
Tints of Catskill White #E6F2D7
RGB
CMYK
RGB Variations
Color information
#E6F2D7 (or 0xE6F2D7) is known color: Catskill White. HEX triplet: E6, F2 and D7. RGB value is (230,242,215). Sum of RGB (Red+Green+Blue) = 230+242+215=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2D7 is #190D28. Grayscale: #EBEBEB. Windows color (decimal): -1641769 or 14152422. OLE color: 14152422.
HSL color Cylindrical-coordinate representation of color #E6F2D7: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6F2D7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 215 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.05 |
| HSL | 86.67º | 0.51% | 0.9% | - |
| HSV(B) | 86.67º | 0.11% | 0.95% | - |
| XYZ | 76.65 | 85.23 | 76.7 | - |
| YUV | 235.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 215 | 0.05 | 0 | 0.11 | 0.05 | 86.67 | 0.51 | 0.9 |
| Hex | E6 | F2 | D7 | 5 | 0 | B | 5 | 57 | 33 | 5A |
| Octal | 346 | 362 | 327 | 5 | 0 | 13 | 5 | 127 | 63 | 132 |
| Binary | 11100110 | 11110010 | 11010111 | 101 | 0 | 1011 | 101 | 1010111 | 110011 | 1011010 |
Color Harmonies of #E6F2D7
Complementary color
Monochromatic Colors of #E6F2D7
Black with #E6F2D7
Text Example
Text Example
White with #E6F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2D7; }
p { color: rgb(230,242,215); }
H1.HeaderClassName
{
color: #E6F2D7;
}
.AnyTagClassName
{
color: #E6F2D7;
}
</style>
background-color css
<style>
a { background-color: #E6F2D7; }
a { background-color: rgb(230,242,215); }
div.DivClassName
{
background-color: #E6F2D7;
}
.BgClassName
{
background-color: #E6F2D7;
}
</style>
border-color css
<style>
span { border-color: #E6F2D7; }
span { border-color: rgb(230,242,215); }
td.TdClassName
{
border-color: #E6F2D7;
}
.TagClassName
{
border-color: #E6F2D7;
}
</style>