Shades of Hint Of Green #DEFECE
Tints of Hint Of Green #DEFECE
RGB
CMYK
RGB Variations
Color information
#DEFECE (or 0xDEFECE) is known color: Hint Of Green. HEX triplet: DE, FE and CE. RGB value is (222,254,206). Sum of RGB (Red+Green+Blue) = 222+254+206=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFECE is #210131. Grayscale: #EFEFEF. Windows color (decimal): -2162994 or 13565662. OLE color: 13565662.
HSL color Cylindrical-coordinate representation of color #DEFECE: hue angle of 100º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEFECE is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 206 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.00 |
| HSL | 100º | 0.96% | 0.9% | - |
| HSV(B) | 100º | 0.19% | 1% | - |
| XYZ | 76.71 | 90.87 | 71.89 | - |
| YUV | 238.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 206 | 0.13 | 0 | 0.19 | 0.00 | 100 | 0.96 | 0.9 |
| Hex | DE | FE | CE | D | 0 | 13 | 0 | 64 | 60 | 5A |
| Octal | 336 | 376 | 316 | 15 | 0 | 23 | 0 | 144 | 140 | 132 |
| Binary | 11011110 | 11111110 | 11001110 | 1101 | 0 | 10011 | 0 | 1100100 | 1100000 | 1011010 |
Color Harmonies of #DEFECE
Complementary color
Monochromatic Colors of #DEFECE
Black with #DEFECE
Text Example
Text Example
White with #DEFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFECE; }
p { color: rgb(222,254,206); }
H1.HeaderClassName
{
color: #DEFECE;
}
.AnyTagClassName
{
color: #DEFECE;
}
</style>
background-color css
<style>
a { background-color: #DEFECE; }
a { background-color: rgb(222,254,206); }
div.DivClassName
{
background-color: #DEFECE;
}
.BgClassName
{
background-color: #DEFECE;
}
</style>
border-color css
<style>
span { border-color: #DEFECE; }
span { border-color: rgb(222,254,206); }
td.TdClassName
{
border-color: #DEFECE;
}
.TagClassName
{
border-color: #DEFECE;
}
</style>