Shades of Hint Of Green #DEEED6
Tints of Hint Of Green #DEEED6
RGB
CMYK
RGB Variations
Color information
#DEEED6 (or 0xDEEED6) is known color: Hint Of Green. HEX triplet: DE, EE and D6. RGB value is (222,238,214). Sum of RGB (Red+Green+Blue) = 222+238+214=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED6 is #211129. Grayscale: #E6E6E6. Windows color (decimal): -2167082 or 14085854. OLE color: 14085854.
HSL color Cylindrical-coordinate representation of color #DEEED6: hue angle of 100º degrees, saturation: 0.41, 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 #DEEED6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 214 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.07 |
| HSL | 100º | 0.41% | 0.89% | - |
| HSV(B) | 100º | 0.1% | 0.93% | - |
| XYZ | 72.84 | 81.53 | 75.52 | - |
| YUV | 230.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 214 | 0.07 | 0 | 0.10 | 0.07 | 100 | 0.41 | 0.89 |
| Hex | DE | EE | D6 | 7 | 0 | A | 7 | 64 | 29 | 59 |
| Octal | 336 | 356 | 326 | 7 | 0 | 12 | 7 | 144 | 51 | 131 |
| Binary | 11011110 | 11101110 | 11010110 | 111 | 0 | 1010 | 111 | 1100100 | 101001 | 1011001 |
Color Harmonies of #DEEED6
Complementary color
Monochromatic Colors of #DEEED6
Black with #DEEED6
Text Example
Text Example
White with #DEEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEED6; }
p { color: rgb(222,238,214); }
H1.HeaderClassName
{
color: #DEEED6;
}
.AnyTagClassName
{
color: #DEEED6;
}
</style>
background-color css
<style>
a { background-color: #DEEED6; }
a { background-color: rgb(222,238,214); }
div.DivClassName
{
background-color: #DEEED6;
}
.BgClassName
{
background-color: #DEEED6;
}
</style>
border-color css
<style>
span { border-color: #DEEED6; }
span { border-color: rgb(222,238,214); }
td.TdClassName
{
border-color: #DEEED6;
}
.TagClassName
{
border-color: #DEEED6;
}
</style>