Shades of Catskill White #E2EFD6
Tints of Catskill White #E2EFD6
RGB
CMYK
RGB Variations
Color information
#E2EFD6 (or 0xE2EFD6) is known color: Catskill White. HEX triplet: E2, EF and D6. RGB value is (226,239,214). Sum of RGB (Red+Green+Blue) = 226+239+214=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD6 is #1D1029. Grayscale: #E8E8E8. Windows color (decimal): -1904682 or 14086114. OLE color: 14086114.
HSL color Cylindrical-coordinate representation of color #E2EFD6: hue angle of 91.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EFD6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 214 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.06 |
| HSL | 91.2º | 0.44% | 0.89% | - |
| HSV(B) | 91.2º | 0.1% | 0.94% | - |
| XYZ | 74.37 | 82.76 | 75.67 | - |
| YUV | 232.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 214 | 0.05 | 0 | 0.10 | 0.06 | 91.2 | 0.44 | 0.89 |
| Hex | E2 | EF | D6 | 5 | 0 | A | 6 | 5B | 2C | 59 |
| Octal | 342 | 357 | 326 | 5 | 0 | 12 | 6 | 133 | 54 | 131 |
| Binary | 11100010 | 11101111 | 11010110 | 101 | 0 | 1010 | 110 | 1011011 | 101100 | 1011001 |
Color Harmonies of #E2EFD6
Complementary color
Monochromatic Colors of #E2EFD6
Black with #E2EFD6
Text Example
Text Example
White with #E2EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFD6; }
p { color: rgb(226,239,214); }
H1.HeaderClassName
{
color: #E2EFD6;
}
.AnyTagClassName
{
color: #E2EFD6;
}
</style>
background-color css
<style>
a { background-color: #E2EFD6; }
a { background-color: rgb(226,239,214); }
div.DivClassName
{
background-color: #E2EFD6;
}
.BgClassName
{
background-color: #E2EFD6;
}
</style>
border-color css
<style>
span { border-color: #E2EFD6; }
span { border-color: rgb(226,239,214); }
td.TdClassName
{
border-color: #E2EFD6;
}
.TagClassName
{
border-color: #E2EFD6;
}
</style>