Shades of Eden #216957
Tints of Eden #216957
RGB
CMYK
RGB Variations
Color information
#216957 (or 0x216957) is known color: Eden. HEX triplet: 21, 69 and 57. RGB value is (33,105,87). Sum of RGB (Red+Green+Blue) = 33+105+87=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #216957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216957 is #DE96A8. Grayscale: #515151. Windows color (decimal): -14587561 or 5728545. OLE color: 5728545.
HSL color Cylindrical-coordinate representation of color #216957: hue angle of 165º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216957 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 105 | 87 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.59 |
| HSL | 165º | 0.52% | 0.27% | - |
| HSV(B) | 165º | 0.69% | 0.41% | - |
| XYZ | 7.4 | 11.11 | 10.77 | - |
| YUV | 81.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 87 | 0.69 | 0 | 0.17 | 0.59 | 165 | 0.52 | 0.27 |
| Hex | 21 | 69 | 57 | 45 | 0 | 11 | 3B | A5 | 34 | 1B |
| Octal | 41 | 151 | 127 | 105 | 0 | 21 | 73 | 245 | 64 | 33 |
| Binary | 100001 | 1101001 | 1010111 | 1000101 | 0 | 10001 | 111011 | 10100101 | 110100 | 11011 |
Color Harmonies of #216957
Complementary color
Monochromatic Colors of #216957
Black with #216957
Text Example
Text Example
White with #216957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216957; }
p { color: rgb(33,105,87); }
H1.HeaderClassName
{
color: #216957;
}
.AnyTagClassName
{
color: #216957;
}
</style>
background-color css
<style>
a { background-color: #216957; }
a { background-color: rgb(33,105,87); }
div.DivClassName
{
background-color: #216957;
}
.BgClassName
{
background-color: #216957;
}
</style>
border-color css
<style>
span { border-color: #216957; }
span { border-color: rgb(33,105,87); }
td.TdClassName
{
border-color: #216957;
}
.TagClassName
{
border-color: #216957;
}
</style>