Shades of Manz #DEE253
Tints of Manz #DEE253
RGB
CMYK
RGB Variations
Color information
#DEE253 (or 0xDEE253) is known color: Manz. HEX triplet: DE, E2 and 53. RGB value is (222,226,83). Sum of RGB (Red+Green+Blue) = 222+226+83=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE253 is #211DAC. Grayscale: #D1D1D1. Windows color (decimal): -2170285 or 5497566. OLE color: 5497566.
HSL color Cylindrical-coordinate representation of color #DEE253: hue angle of 61.68º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEE253 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 83 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.11 |
| HSL | 61.68º | 0.71% | 0.61% | - |
| HSV(B) | 61.68º | 0.63% | 0.89% | - |
| XYZ | 58.88 | 70.55 | 18.7 | - |
| YUV | 208.5 | 57.17 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 83 | 0.02 | 0 | 0.63 | 0.11 | 61.68 | 0.71 | 0.61 |
| Hex | DE | E2 | 53 | 2 | 0 | 3F | B | 3E | 47 | 3D |
| Octal | 336 | 342 | 123 | 2 | 0 | 77 | 13 | 76 | 107 | 75 |
| Binary | 11011110 | 11100010 | 1010011 | 10 | 0 | 111111 | 1011 | 111110 | 1000111 | 111101 |
Color Harmonies of #DEE253
Complementary color
Monochromatic Colors of #DEE253
Black with #DEE253
Text Example
Text Example
White with #DEE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE253; }
p { color: rgb(222,226,83); }
H1.HeaderClassName
{
color: #DEE253;
}
.AnyTagClassName
{
color: #DEE253;
}
</style>
background-color css
<style>
a { background-color: #DEE253; }
a { background-color: rgb(222,226,83); }
div.DivClassName
{
background-color: #DEE253;
}
.BgClassName
{
background-color: #DEE253;
}
</style>
border-color css
<style>
span { border-color: #DEE253; }
span { border-color: rgb(222,226,83); }
td.TdClassName
{
border-color: #DEE253;
}
.TagClassName
{
border-color: #DEE253;
}
</style>