Shades of Eden #216654
Tints of Eden #216654
RGB
CMYK
RGB Variations
Color information
#216654 (or 0x216654) is known color: Eden. HEX triplet: 21, 66 and 54. RGB value is (33,102,84). Sum of RGB (Red+Green+Blue) = 33+102+84=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #216654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216654 is #DE99AB. Grayscale: #4F4F4F. Windows color (decimal): -14588332 or 5531169. OLE color: 5531169.
HSL color Cylindrical-coordinate representation of color #216654: hue angle of 164.35º 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 #216654 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 84 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.6 |
| HSL | 164.35º | 0.51% | 0.26% | - |
| HSV(B) | 164.35º | 0.68% | 0.4% | - |
| XYZ | 6.98 | 10.47 | 10.04 | - |
| YUV | 79.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 84 | 0.68 | 0 | 0.18 | 0.6 | 164.35 | 0.51 | 0.26 |
| Hex | 21 | 66 | 54 | 44 | 0 | 12 | 3C | A4 | 33 | 1A |
| Octal | 41 | 146 | 124 | 104 | 0 | 22 | 74 | 244 | 63 | 32 |
| Binary | 100001 | 1100110 | 1010100 | 1000100 | 0 | 10010 | 111100 | 10100100 | 110011 | 11010 |
Color Harmonies of #216654
Complementary color
Monochromatic Colors of #216654
Black with #216654
Text Example
Text Example
White with #216654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216654; }
p { color: rgb(33,102,84); }
H1.HeaderClassName
{
color: #216654;
}
.AnyTagClassName
{
color: #216654;
}
</style>
background-color css
<style>
a { background-color: #216654; }
a { background-color: rgb(33,102,84); }
div.DivClassName
{
background-color: #216654;
}
.BgClassName
{
background-color: #216654;
}
</style>
border-color css
<style>
span { border-color: #216654; }
span { border-color: rgb(33,102,84); }
td.TdClassName
{
border-color: #216654;
}
.TagClassName
{
border-color: #216654;
}
</style>