Shades of Eden #216855
Tints of Eden #216855
RGB
CMYK
RGB Variations
Color information
#216855 (or 0x216855) is known color: Eden. HEX triplet: 21, 68 and 55. RGB value is (33,104,85). Sum of RGB (Red+Green+Blue) = 33+104+85=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #216855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216855 is #DE97AA. Grayscale: #505050. Windows color (decimal): -14587819 or 5597217. OLE color: 5597217.
HSL color Cylindrical-coordinate representation of color #216855: hue angle of 163.94º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216855 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 104 | 85 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.59 |
| HSL | 163.94º | 0.52% | 0.27% | - |
| HSV(B) | 163.94º | 0.68% | 0.41% | - |
| XYZ | 7.22 | 10.88 | 10.31 | - |
| YUV | 80.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 85 | 0.68 | 0 | 0.18 | 0.59 | 163.94 | 0.52 | 0.27 |
| Hex | 21 | 68 | 55 | 44 | 0 | 12 | 3B | A4 | 34 | 1B |
| Octal | 41 | 150 | 125 | 104 | 0 | 22 | 73 | 244 | 64 | 33 |
| Binary | 100001 | 1101000 | 1010101 | 1000100 | 0 | 10010 | 111011 | 10100100 | 110100 | 11011 |
Color Harmonies of #216855
Complementary color
Monochromatic Colors of #216855
Black with #216855
Text Example
Text Example
White with #216855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216855; }
p { color: rgb(33,104,85); }
H1.HeaderClassName
{
color: #216855;
}
.AnyTagClassName
{
color: #216855;
}
</style>
background-color css
<style>
a { background-color: #216855; }
a { background-color: rgb(33,104,85); }
div.DivClassName
{
background-color: #216855;
}
.BgClassName
{
background-color: #216855;
}
</style>
border-color css
<style>
span { border-color: #216855; }
span { border-color: rgb(33,104,85); }
td.TdClassName
{
border-color: #216855;
}
.TagClassName
{
border-color: #216855;
}
</style>