Shades of Hint Of Green #DEFCD2
Tints of Hint Of Green #DEFCD2
RGB
CMYK
RGB Variations
Color information
#DEFCD2 (or 0xDEFCD2) is known color: Hint Of Green. HEX triplet: DE, FC and D2. RGB value is (222,252,210). Sum of RGB (Red+Green+Blue) = 222+252+210=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCD2 is #21032D. Grayscale: #EEEEEE. Windows color (decimal): -2163502 or 13827294. OLE color: 13827294.
HSL color Cylindrical-coordinate representation of color #DEFCD2: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEFCD2 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 210 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.01 |
| HSL | 102.86º | 0.88% | 0.91% | - |
| HSV(B) | 102.86º | 0.17% | 0.99% | - |
| XYZ | 76.57 | 89.8 | 74.27 | - |
| YUV | 238.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 210 | 0.12 | 0 | 0.17 | 0.01 | 102.86 | 0.88 | 0.91 |
| Hex | DE | FC | D2 | C | 0 | 11 | 1 | 67 | 58 | 5B |
| Octal | 336 | 374 | 322 | 14 | 0 | 21 | 1 | 147 | 130 | 133 |
| Binary | 11011110 | 11111100 | 11010010 | 1100 | 0 | 10001 | 1 | 1100111 | 1011000 | 1011011 |
Color Harmonies of #DEFCD2
Complementary color
Monochromatic Colors of #DEFCD2
Black with #DEFCD2
Text Example
Text Example
White with #DEFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCD2; }
p { color: rgb(222,252,210); }
H1.HeaderClassName
{
color: #DEFCD2;
}
.AnyTagClassName
{
color: #DEFCD2;
}
</style>
background-color css
<style>
a { background-color: #DEFCD2; }
a { background-color: rgb(222,252,210); }
div.DivClassName
{
background-color: #DEFCD2;
}
.BgClassName
{
background-color: #DEFCD2;
}
</style>
border-color css
<style>
span { border-color: #DEFCD2; }
span { border-color: rgb(222,252,210); }
td.TdClassName
{
border-color: #DEFCD2;
}
.TagClassName
{
border-color: #DEFCD2;
}
</style>