Shades of Manz #DEE255
Tints of Manz #DEE255
RGB
CMYK
RGB Variations
Color information
#DEE255 (or 0xDEE255) is known color: Manz. HEX triplet: DE, E2 and 55. RGB value is (222,226,85). Sum of RGB (Red+Green+Blue) = 222+226+85=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE255 is #211DAA. Grayscale: #D1D1D1. Windows color (decimal): -2170283 or 5628638. OLE color: 5628638.
HSL color Cylindrical-coordinate representation of color #DEE255: hue angle of 61.7º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEE255 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 85 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.11 |
| HSL | 61.7º | 0.71% | 0.61% | - |
| HSV(B) | 61.7º | 0.62% | 0.89% | - |
| XYZ | 58.96 | 70.58 | 19.11 | - |
| YUV | 208.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 85 | 0.02 | 0 | 0.62 | 0.11 | 61.7 | 0.71 | 0.61 |
| Hex | DE | E2 | 55 | 2 | 0 | 3E | B | 3E | 47 | 3D |
| Octal | 336 | 342 | 125 | 2 | 0 | 76 | 13 | 76 | 107 | 75 |
| Binary | 11011110 | 11100010 | 1010101 | 10 | 0 | 111110 | 1011 | 111110 | 1000111 | 111101 |
Color Harmonies of #DEE255
Complementary color
Monochromatic Colors of #DEE255
Black with #DEE255
Text Example
Text Example
White with #DEE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE255; }
p { color: rgb(222,226,85); }
H1.HeaderClassName
{
color: #DEE255;
}
.AnyTagClassName
{
color: #DEE255;
}
</style>
background-color css
<style>
a { background-color: #DEE255; }
a { background-color: rgb(222,226,85); }
div.DivClassName
{
background-color: #DEE255;
}
.BgClassName
{
background-color: #DEE255;
}
</style>
border-color css
<style>
span { border-color: #DEE255; }
span { border-color: rgb(222,226,85); }
td.TdClassName
{
border-color: #DEE255;
}
.TagClassName
{
border-color: #DEE255;
}
</style>