Shades of Eden #216256
Tints of Eden #216256
RGB
CMYK
RGB Variations
Color information
#216256 (or 0x216256) is known color: Eden. HEX triplet: 21, 62 and 56. RGB value is (33,98,86). Sum of RGB (Red+Green+Blue) = 33+98+86=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #216256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216256 is #DE9DA9. Grayscale: #4D4D4D. Windows color (decimal): -14589354 or 5661217. OLE color: 5661217.
HSL color Cylindrical-coordinate representation of color #216256: hue angle of 168.92º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216256 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 86 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.62 |
| HSL | 168.92º | 0.5% | 0.26% | - |
| HSV(B) | 168.92º | 0.66% | 0.38% | - |
| XYZ | 6.67 | 9.73 | 10.33 | - |
| YUV | 77.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 86 | 0.66 | 0 | 0.12 | 0.62 | 168.92 | 0.5 | 0.26 |
| Hex | 21 | 62 | 56 | 42 | 0 | C | 3E | A9 | 32 | 1A |
| Octal | 41 | 142 | 126 | 102 | 0 | 14 | 76 | 251 | 62 | 32 |
| Binary | 100001 | 1100010 | 1010110 | 1000010 | 0 | 1100 | 111110 | 10101001 | 110010 | 11010 |
Color Harmonies of #216256
Complementary color
Monochromatic Colors of #216256
Black with #216256
Text Example
Text Example
White with #216256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216256; }
p { color: rgb(33,98,86); }
H1.HeaderClassName
{
color: #216256;
}
.AnyTagClassName
{
color: #216256;
}
</style>
background-color css
<style>
a { background-color: #216256; }
a { background-color: rgb(33,98,86); }
div.DivClassName
{
background-color: #216256;
}
.BgClassName
{
background-color: #216256;
}
</style>
border-color css
<style>
span { border-color: #216256; }
span { border-color: rgb(33,98,86); }
td.TdClassName
{
border-color: #216256;
}
.TagClassName
{
border-color: #216256;
}
</style>