Shades of Eden #216655
Tints of Eden #216655
RGB
CMYK
RGB Variations
Color information
#216655 (or 0x216655) is known color: Eden. HEX triplet: 21, 66 and 55. RGB value is (33,102,85). Sum of RGB (Red+Green+Blue) = 33+102+85=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #216655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216655 is #DE99AA. Grayscale: #4F4F4F. Windows color (decimal): -14588331 or 5596705. OLE color: 5596705.
HSL color Cylindrical-coordinate representation of color #216655: hue angle of 165.22º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216655 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 85 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.6 |
| HSL | 165.22º | 0.51% | 0.26% | - |
| HSV(B) | 165.22º | 0.68% | 0.4% | - |
| XYZ | 7.02 | 10.48 | 10.25 | - |
| YUV | 79.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 85 | 0.68 | 0 | 0.17 | 0.6 | 165.22 | 0.51 | 0.26 |
| Hex | 21 | 66 | 55 | 44 | 0 | 11 | 3C | A5 | 33 | 1A |
| Octal | 41 | 146 | 125 | 104 | 0 | 21 | 74 | 245 | 63 | 32 |
| Binary | 100001 | 1100110 | 1010101 | 1000100 | 0 | 10001 | 111100 | 10100101 | 110011 | 11010 |
Color Harmonies of #216655
Complementary color
Monochromatic Colors of #216655
Black with #216655
Text Example
Text Example
White with #216655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216655; }
p { color: rgb(33,102,85); }
H1.HeaderClassName
{
color: #216655;
}
.AnyTagClassName
{
color: #216655;
}
</style>
background-color css
<style>
a { background-color: #216655; }
a { background-color: rgb(33,102,85); }
div.DivClassName
{
background-color: #216655;
}
.BgClassName
{
background-color: #216655;
}
</style>
border-color css
<style>
span { border-color: #216655; }
span { border-color: rgb(33,102,85); }
td.TdClassName
{
border-color: #216655;
}
.TagClassName
{
border-color: #216655;
}
</style>