Shades of Eden #216253
Tints of Eden #216253
RGB
CMYK
RGB Variations
Color information
#216253 (or 0x216253) is known color: Eden. HEX triplet: 21, 62 and 53. RGB value is (33,98,83). Sum of RGB (Red+Green+Blue) = 33+98+83=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #216253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216253 is #DE9DAC. Grayscale: #4C4C4C. Windows color (decimal): -14589357 or 5464609. OLE color: 5464609.
HSL color Cylindrical-coordinate representation of color #216253: hue angle of 166.15º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216253 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 83 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.62 |
| HSL | 166.15º | 0.5% | 0.26% | - |
| HSV(B) | 166.15º | 0.66% | 0.38% | - |
| XYZ | 6.56 | 9.68 | 9.71 | - |
| YUV | 76.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 83 | 0.66 | 0 | 0.15 | 0.62 | 166.15 | 0.5 | 0.26 |
| Hex | 21 | 62 | 53 | 42 | 0 | F | 3E | A6 | 32 | 1A |
| Octal | 41 | 142 | 123 | 102 | 0 | 17 | 76 | 246 | 62 | 32 |
| Binary | 100001 | 1100010 | 1010011 | 1000010 | 0 | 1111 | 111110 | 10100110 | 110010 | 11010 |
Color Harmonies of #216253
Complementary color
Monochromatic Colors of #216253
Black with #216253
Text Example
Text Example
White with #216253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216253; }
p { color: rgb(33,98,83); }
H1.HeaderClassName
{
color: #216253;
}
.AnyTagClassName
{
color: #216253;
}
</style>
background-color css
<style>
a { background-color: #216253; }
a { background-color: rgb(33,98,83); }
div.DivClassName
{
background-color: #216253;
}
.BgClassName
{
background-color: #216253;
}
</style>
border-color css
<style>
span { border-color: #216253; }
span { border-color: rgb(33,98,83); }
td.TdClassName
{
border-color: #216253;
}
.TagClassName
{
border-color: #216253;
}
</style>