Shades of Eden #216755
Tints of Eden #216755
RGB
CMYK
RGB Variations
Color information
#216755 (or 0x216755) is known color: Eden. HEX triplet: 21, 67 and 55. RGB value is (33,103,85). Sum of RGB (Red+Green+Blue) = 33+103+85=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #216755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216755 is #DE98AA. Grayscale: #505050. Windows color (decimal): -14588075 or 5596961. OLE color: 5596961.
HSL color Cylindrical-coordinate representation of color #216755: hue angle of 164.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216755 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 103 | 85 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.60 |
| HSL | 164.57º | 0.51% | 0.27% | - |
| HSV(B) | 164.57º | 0.68% | 0.4% | - |
| XYZ | 7.12 | 10.68 | 10.28 | - |
| YUV | 80.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 85 | 0.68 | 0 | 0.17 | 0.60 | 164.57 | 0.51 | 0.27 |
| Hex | 21 | 67 | 55 | 44 | 0 | 11 | 3C | A5 | 33 | 1B |
| Octal | 41 | 147 | 125 | 104 | 0 | 21 | 74 | 245 | 63 | 33 |
| Binary | 100001 | 1100111 | 1010101 | 1000100 | 0 | 10001 | 111100 | 10100101 | 110011 | 11011 |
Color Harmonies of #216755
Complementary color
Monochromatic Colors of #216755
Black with #216755
Text Example
Text Example
White with #216755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216755; }
p { color: rgb(33,103,85); }
H1.HeaderClassName
{
color: #216755;
}
.AnyTagClassName
{
color: #216755;
}
</style>
background-color css
<style>
a { background-color: #216755; }
a { background-color: rgb(33,103,85); }
div.DivClassName
{
background-color: #216755;
}
.BgClassName
{
background-color: #216755;
}
</style>
border-color css
<style>
span { border-color: #216755; }
span { border-color: rgb(33,103,85); }
td.TdClassName
{
border-color: #216755;
}
.TagClassName
{
border-color: #216755;
}
</style>