Shades of Hint Of Green #DEEED7
Tints of Hint Of Green #DEEED7
RGB
CMYK
RGB Variations
Color information
#DEEED7 (or 0xDEEED7) is known color: Hint Of Green. HEX triplet: DE, EE and D7. RGB value is (222,238,215). Sum of RGB (Red+Green+Blue) = 222+238+215=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED7 is #211128. Grayscale: #E6E6E6. Windows color (decimal): -2167081 or 14151390. OLE color: 14151390.
HSL color Cylindrical-coordinate representation of color #DEEED7: hue angle of 101.74º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEED7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 238 | 215 | - |
CMYK | 0.07 | 0 | 0.10 | 0.07 |
HSL | 101.74º | 0.4% | 0.89% | - |
HSV(B) | 101.74º | 0.1% | 0.93% | - |
XYZ | 72.96 | 81.58 | 76.19 | - |
YUV | 230.59 | 119.2 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 215 | 0.07 | 0 | 0.10 | 0.07 | 101.74 | 0.4 | 0.89 |
Hex | DE | EE | D7 | 7 | 0 | A | 7 | 66 | 28 | 59 |
Octal | 336 | 356 | 327 | 7 | 0 | 12 | 7 | 146 | 50 | 131 |
Binary | 11011110 | 11101110 | 11010111 | 111 | 0 | 1010 | 111 | 1100110 | 101000 | 1011001 |
Color Harmonies of #DEEED7
Complementary color
Monochromatic Colors of #DEEED7
Black with #DEEED7
Text Example
Text Example
White with #DEEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEED7; }
p { color: rgb(222,238,215); }
H1.HeaderClassName
{
color: #DEEED7;
}
.AnyTagClassName
{
color: #DEEED7;
}
</style>
background-color css
<style>
a { background-color: #DEEED7; }
a { background-color: rgb(222,238,215); }
div.DivClassName
{
background-color: #DEEED7;
}
.BgClassName
{
background-color: #DEEED7;
}
</style>
border-color css
<style>
span { border-color: #DEEED7; }
span { border-color: rgb(222,238,215); }
td.TdClassName
{
border-color: #DEEED7;
}
.TagClassName
{
border-color: #DEEED7;
}
</style>