Shades of Hint Of Green #DEF8CA
Tints of Hint Of Green #DEF8CA
RGB
CMYK
RGB Variations
Color information
#DEF8CA (or 0xDEF8CA) is known color: Hint Of Green. HEX triplet: DE, F8 and CA. RGB value is (222,248,202). Sum of RGB (Red+Green+Blue) = 222+248+202=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8CA is #210735. Grayscale: #EBEBEB. Windows color (decimal): -2164534 or 13301982. OLE color: 13301982.
HSL color Cylindrical-coordinate representation of color #DEF8CA: hue angle of 93.91º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEF8CA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 202 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.03 |
| HSL | 93.91º | 0.77% | 0.88% | - |
| HSV(B) | 93.91º | 0.19% | 0.97% | - |
| XYZ | 74.35 | 86.93 | 68.74 | - |
| YUV | 234.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 202 | 0.10 | 0 | 0.19 | 0.03 | 93.91 | 0.77 | 0.88 |
| Hex | DE | F8 | CA | A | 0 | 13 | 3 | 5E | 4D | 58 |
| Octal | 336 | 370 | 312 | 12 | 0 | 23 | 3 | 136 | 115 | 130 |
| Binary | 11011110 | 11111000 | 11001010 | 1010 | 0 | 10011 | 11 | 1011110 | 1001101 | 1011000 |
Color Harmonies of #DEF8CA
Complementary color
Monochromatic Colors of #DEF8CA
Black with #DEF8CA
Text Example
Text Example
White with #DEF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF8CA; }
p { color: rgb(222,248,202); }
H1.HeaderClassName
{
color: #DEF8CA;
}
.AnyTagClassName
{
color: #DEF8CA;
}
</style>
background-color css
<style>
a { background-color: #DEF8CA; }
a { background-color: rgb(222,248,202); }
div.DivClassName
{
background-color: #DEF8CA;
}
.BgClassName
{
background-color: #DEF8CA;
}
</style>
border-color css
<style>
span { border-color: #DEF8CA; }
span { border-color: rgb(222,248,202); }
td.TdClassName
{
border-color: #DEF8CA;
}
.TagClassName
{
border-color: #DEF8CA;
}
</style>