Shades of Eden #216555
Tints of Eden #216555
RGB
CMYK
RGB Variations
Color information
#216555 (or 0x216555) is known color: Eden. HEX triplet: 21, 65 and 55. RGB value is (33,101,85). Sum of RGB (Red+Green+Blue) = 33+101+85=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #216555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216555 is #DE9AAA. Grayscale: #4E4E4E. Windows color (decimal): -14588587 or 5596449. OLE color: 5596449.
HSL color Cylindrical-coordinate representation of color #216555: hue angle of 165.88º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216555 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 85 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.60 |
| HSL | 165.88º | 0.51% | 0.26% | - |
| HSV(B) | 165.88º | 0.67% | 0.4% | - |
| XYZ | 6.92 | 10.29 | 10.22 | - |
| YUV | 78.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 85 | 0.67 | 0 | 0.16 | 0.60 | 165.88 | 0.51 | 0.26 |
| Hex | 21 | 65 | 55 | 43 | 0 | 10 | 3C | A6 | 33 | 1A |
| Octal | 41 | 145 | 125 | 103 | 0 | 20 | 74 | 246 | 63 | 32 |
| Binary | 100001 | 1100101 | 1010101 | 1000011 | 0 | 10000 | 111100 | 10100110 | 110011 | 11010 |
Color Harmonies of #216555
Complementary color
Monochromatic Colors of #216555
Black with #216555
Text Example
Text Example
White with #216555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216555; }
p { color: rgb(33,101,85); }
H1.HeaderClassName
{
color: #216555;
}
.AnyTagClassName
{
color: #216555;
}
</style>
background-color css
<style>
a { background-color: #216555; }
a { background-color: rgb(33,101,85); }
div.DivClassName
{
background-color: #216555;
}
.BgClassName
{
background-color: #216555;
}
</style>
border-color css
<style>
span { border-color: #216555; }
span { border-color: rgb(33,101,85); }
td.TdClassName
{
border-color: #216555;
}
.TagClassName
{
border-color: #216555;
}
</style>