Shades of Hint Of Green #DEEFD2
Tints of Hint Of Green #DEEFD2
RGB
CMYK
RGB Variations
Color information
#DEEFD2 (or 0xDEEFD2) is known color: Hint Of Green. HEX triplet: DE, EF and D2. RGB value is (222,239,210). Sum of RGB (Red+Green+Blue) = 222+239+210=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFD2 is #21102D. Grayscale: #E6E6E6. Windows color (decimal): -2166830 or 13823966. OLE color: 13823966.
HSL color Cylindrical-coordinate representation of color #DEEFD2: hue angle of 95.17º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEEFD2 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 210 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.06 |
| HSL | 95.17º | 0.48% | 0.88% | - |
| HSV(B) | 95.17º | 0.12% | 0.94% | - |
| XYZ | 72.62 | 81.92 | 72.96 | - |
| YUV | 230.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 210 | 0.07 | 0 | 0.12 | 0.06 | 95.17 | 0.48 | 0.88 |
| Hex | DE | EF | D2 | 7 | 0 | C | 6 | 5F | 30 | 58 |
| Octal | 336 | 357 | 322 | 7 | 0 | 14 | 6 | 137 | 60 | 130 |
| Binary | 11011110 | 11101111 | 11010010 | 111 | 0 | 1100 | 110 | 1011111 | 110000 | 1011000 |
Color Harmonies of #DEEFD2
Complementary color
Monochromatic Colors of #DEEFD2
Black with #DEEFD2
Text Example
Text Example
White with #DEEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFD2; }
p { color: rgb(222,239,210); }
H1.HeaderClassName
{
color: #DEEFD2;
}
.AnyTagClassName
{
color: #DEEFD2;
}
</style>
background-color css
<style>
a { background-color: #DEEFD2; }
a { background-color: rgb(222,239,210); }
div.DivClassName
{
background-color: #DEEFD2;
}
.BgClassName
{
background-color: #DEEFD2;
}
</style>
border-color css
<style>
span { border-color: #DEEFD2; }
span { border-color: rgb(222,239,210); }
td.TdClassName
{
border-color: #DEEFD2;
}
.TagClassName
{
border-color: #DEEFD2;
}
</style>