Shades of Hint Of Green #DEEED2
Tints of Hint Of Green #DEEED2
RGB
CMYK
RGB Variations
Color information
#DEEED2 (or 0xDEEED2) is known color: Hint Of Green. HEX triplet: DE, EE and D2. RGB value is (222,238,210). Sum of RGB (Red+Green+Blue) = 222+238+210=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED2 is #21112D. Grayscale: #E6E6E6. Windows color (decimal): -2167086 or 13823710. OLE color: 13823710.
HSL color Cylindrical-coordinate representation of color #DEEED2: hue angle of 94.29º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEEED2 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 210 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.07 |
| HSL | 94.29º | 0.45% | 0.88% | - |
| HSV(B) | 94.29º | 0.12% | 0.93% | - |
| XYZ | 72.33 | 81.33 | 72.86 | - |
| YUV | 230.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 210 | 0.07 | 0 | 0.12 | 0.07 | 94.29 | 0.45 | 0.88 |
| Hex | DE | EE | D2 | 7 | 0 | C | 7 | 5E | 2D | 58 |
| Octal | 336 | 356 | 322 | 7 | 0 | 14 | 7 | 136 | 55 | 130 |
| Binary | 11011110 | 11101110 | 11010010 | 111 | 0 | 1100 | 111 | 1011110 | 101101 | 1011000 |
Color Harmonies of #DEEED2
Complementary color
Monochromatic Colors of #DEEED2
Black with #DEEED2
Text Example
Text Example
White with #DEEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEED2; }
p { color: rgb(222,238,210); }
H1.HeaderClassName
{
color: #DEEED2;
}
.AnyTagClassName
{
color: #DEEED2;
}
</style>
background-color css
<style>
a { background-color: #DEEED2; }
a { background-color: rgb(222,238,210); }
div.DivClassName
{
background-color: #DEEED2;
}
.BgClassName
{
background-color: #DEEED2;
}
</style>
border-color css
<style>
span { border-color: #DEEED2; }
span { border-color: rgb(222,238,210); }
td.TdClassName
{
border-color: #DEEED2;
}
.TagClassName
{
border-color: #DEEED2;
}
</style>