Shades of Hint Of Green #DEEED5
Tints of Hint Of Green #DEEED5
RGB
CMYK
RGB Variations
Color information
#DEEED5 (or 0xDEEED5) is known color: Hint Of Green. HEX triplet: DE, EE and D5. RGB value is (222,238,213). Sum of RGB (Red+Green+Blue) = 222+238+213=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED5 is #21112A. Grayscale: #E6E6E6. Windows color (decimal): -2167083 or 14020318. OLE color: 14020318.
HSL color Cylindrical-coordinate representation of color #DEEED5: hue angle of 98.4º 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 #DEEED5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 238 | 213 | - |
CMYK | 0.07 | 0 | 0.11 | 0.07 |
HSL | 98.4º | 0.42% | 0.88% | - |
HSV(B) | 98.4º | 0.11% | 0.93% | - |
XYZ | 72.71 | 81.48 | 74.85 | - |
YUV | 230.37 | 118.2 | 122.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 213 | 0.07 | 0 | 0.11 | 0.07 | 98.4 | 0.42 | 0.88 |
Hex | DE | EE | D5 | 7 | 0 | B | 7 | 62 | 2A | 58 |
Octal | 336 | 356 | 325 | 7 | 0 | 13 | 7 | 142 | 52 | 130 |
Binary | 11011110 | 11101110 | 11010101 | 111 | 0 | 1011 | 111 | 1100010 | 101010 | 1011000 |
Color Harmonies of #DEEED5
Complementary color
Monochromatic Colors of #DEEED5
Black with #DEEED5
Text Example
Text Example
White with #DEEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEED5; }
p { color: rgb(222,238,213); }
H1.HeaderClassName
{
color: #DEEED5;
}
.AnyTagClassName
{
color: #DEEED5;
}
</style>
background-color css
<style>
a { background-color: #DEEED5; }
a { background-color: rgb(222,238,213); }
div.DivClassName
{
background-color: #DEEED5;
}
.BgClassName
{
background-color: #DEEED5;
}
</style>
border-color css
<style>
span { border-color: #DEEED5; }
span { border-color: rgb(222,238,213); }
td.TdClassName
{
border-color: #DEEED5;
}
.TagClassName
{
border-color: #DEEED5;
}
</style>