Shades of Hint Of Green #DEEDD3
Tints of Hint Of Green #DEEDD3
RGB
CMYK
RGB Variations
Color information
#DEEDD3 (or 0xDEEDD3) is known color: Hint Of Green. HEX triplet: DE, ED and D3. RGB value is (222,237,211). Sum of RGB (Red+Green+Blue) = 222+237+211=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDD3 is #21122C. Grayscale: #E5E5E5. Windows color (decimal): -2167341 or 13888990. OLE color: 13888990.
HSL color Cylindrical-coordinate representation of color #DEEDD3: hue angle of 94.62º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEEDD3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 211 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 94.62º | 0.42% | 0.88% | - |
| HSV(B) | 94.62º | 0.11% | 0.93% | - |
| XYZ | 72.17 | 80.8 | 73.42 | - |
| YUV | 229.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 211 | 0.06 | 0 | 0.11 | 0.07 | 94.62 | 0.42 | 0.88 |
| Hex | DE | ED | D3 | 6 | 0 | B | 7 | 5F | 2A | 58 |
| Octal | 336 | 355 | 323 | 6 | 0 | 13 | 7 | 137 | 52 | 130 |
| Binary | 11011110 | 11101101 | 11010011 | 110 | 0 | 1011 | 111 | 1011111 | 101010 | 1011000 |
Color Harmonies of #DEEDD3
Complementary color
Monochromatic Colors of #DEEDD3
Black with #DEEDD3
Text Example
Text Example
White with #DEEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDD3; }
p { color: rgb(222,237,211); }
H1.HeaderClassName
{
color: #DEEDD3;
}
.AnyTagClassName
{
color: #DEEDD3;
}
</style>
background-color css
<style>
a { background-color: #DEEDD3; }
a { background-color: rgb(222,237,211); }
div.DivClassName
{
background-color: #DEEDD3;
}
.BgClassName
{
background-color: #DEEDD3;
}
</style>
border-color css
<style>
span { border-color: #DEEDD3; }
span { border-color: rgb(222,237,211); }
td.TdClassName
{
border-color: #DEEDD3;
}
.TagClassName
{
border-color: #DEEDD3;
}
</style>