Shades of Hint Of Green #DEF8D3
Tints of Hint Of Green #DEF8D3
RGB
CMYK
RGB Variations
Color information
#DEF8D3 (or 0xDEF8D3) is known color: Hint Of Green. HEX triplet: DE, F8 and D3. RGB value is (222,248,211). Sum of RGB (Red+Green+Blue) = 222+248+211=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8D3 is #21072C. Grayscale: #ECECEC. Windows color (decimal): -2164525 or 13891806. OLE color: 13891806.
HSL color Cylindrical-coordinate representation of color #DEF8D3: hue angle of 102.16º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEF8D3 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 211 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.03 |
| HSL | 102.16º | 0.73% | 0.9% | - |
| HSV(B) | 102.16º | 0.15% | 0.97% | - |
| XYZ | 75.45 | 87.37 | 74.52 | - |
| YUV | 236.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 211 | 0.10 | 0 | 0.15 | 0.03 | 102.16 | 0.73 | 0.9 |
| Hex | DE | F8 | D3 | A | 0 | F | 3 | 66 | 49 | 5A |
| Octal | 336 | 370 | 323 | 12 | 0 | 17 | 3 | 146 | 111 | 132 |
| Binary | 11011110 | 11111000 | 11010011 | 1010 | 0 | 1111 | 11 | 1100110 | 1001001 | 1011010 |
Color Harmonies of #DEF8D3
Complementary color
Monochromatic Colors of #DEF8D3
Black with #DEF8D3
Text Example
Text Example
White with #DEF8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8D3; }
p { color: rgb(222,248,211); }
H1.HeaderClassName
{
color: #DEF8D3;
}
.AnyTagClassName
{
color: #DEF8D3;
}
</style>
background-color css
<style>
a { background-color: #DEF8D3; }
a { background-color: rgb(222,248,211); }
div.DivClassName
{
background-color: #DEF8D3;
}
.BgClassName
{
background-color: #DEF8D3;
}
</style>
border-color css
<style>
span { border-color: #DEF8D3; }
span { border-color: rgb(222,248,211); }
td.TdClassName
{
border-color: #DEF8D3;
}
.TagClassName
{
border-color: #DEF8D3;
}
</style>