Shades of Hint Of Green #DEF2D8
Tints of Hint Of Green #DEF2D8
RGB
CMYK
RGB Variations
Color information
#DEF2D8 (or 0xDEF2D8) is known color: Hint Of Green. HEX triplet: DE, F2 and D8. RGB value is (222,242,216). Sum of RGB (Red+Green+Blue) = 222+242+216=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2D8 is #210D27. Grayscale: #E9E9E9. Windows color (decimal): -2166056 or 14217950. OLE color: 14217950.
HSL color Cylindrical-coordinate representation of color #DEF2D8: hue angle of 106.15º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF2D8 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 216 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.05 |
| HSL | 106.15º | 0.5% | 0.9% | - |
| HSV(B) | 106.15º | 0.11% | 0.95% | - |
| XYZ | 74.27 | 83.99 | 77.26 | - |
| YUV | 233.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 216 | 0.08 | 0 | 0.11 | 0.05 | 106.15 | 0.5 | 0.9 |
| Hex | DE | F2 | D8 | 8 | 0 | B | 5 | 6A | 32 | 5A |
| Octal | 336 | 362 | 330 | 10 | 0 | 13 | 5 | 152 | 62 | 132 |
| Binary | 11011110 | 11110010 | 11011000 | 1000 | 0 | 1011 | 101 | 1101010 | 110010 | 1011010 |
Color Harmonies of #DEF2D8
Complementary color
Monochromatic Colors of #DEF2D8
Black with #DEF2D8
Text Example
Text Example
White with #DEF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2D8; }
p { color: rgb(222,242,216); }
H1.HeaderClassName
{
color: #DEF2D8;
}
.AnyTagClassName
{
color: #DEF2D8;
}
</style>
background-color css
<style>
a { background-color: #DEF2D8; }
a { background-color: rgb(222,242,216); }
div.DivClassName
{
background-color: #DEF2D8;
}
.BgClassName
{
background-color: #DEF2D8;
}
</style>
border-color css
<style>
span { border-color: #DEF2D8; }
span { border-color: rgb(222,242,216); }
td.TdClassName
{
border-color: #DEF2D8;
}
.TagClassName
{
border-color: #DEF2D8;
}
</style>