Shades of Hint Of Green #DEFDCC
Tints of Hint Of Green #DEFDCC
RGB
CMYK
RGB Variations
Color information
#DEFDCC (or 0xDEFDCC) is known color: Hint Of Green. HEX triplet: DE, FD and CC. RGB value is (222,253,204). Sum of RGB (Red+Green+Blue) = 222+253+204=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDCC is #210233. Grayscale: #EEEEEE. Windows color (decimal): -2163252 or 13434334. OLE color: 13434334.
HSL color Cylindrical-coordinate representation of color #DEFDCC: hue angle of 97.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEFDCC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 204 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.01 |
| HSL | 97.96º | 0.92% | 0.9% | - |
| HSV(B) | 97.96º | 0.19% | 0.99% | - |
| XYZ | 76.15 | 90.14 | 70.51 | - |
| YUV | 238.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 204 | 0.12 | 0 | 0.19 | 0.01 | 97.96 | 0.92 | 0.9 |
| Hex | DE | FD | CC | C | 0 | 13 | 1 | 62 | 5C | 5A |
| Octal | 336 | 375 | 314 | 14 | 0 | 23 | 1 | 142 | 134 | 132 |
| Binary | 11011110 | 11111101 | 11001100 | 1100 | 0 | 10011 | 1 | 1100010 | 1011100 | 1011010 |
Color Harmonies of #DEFDCC
Complementary color
Monochromatic Colors of #DEFDCC
Black with #DEFDCC
Text Example
Text Example
White with #DEFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDCC; }
p { color: rgb(222,253,204); }
H1.HeaderClassName
{
color: #DEFDCC;
}
.AnyTagClassName
{
color: #DEFDCC;
}
</style>
background-color css
<style>
a { background-color: #DEFDCC; }
a { background-color: rgb(222,253,204); }
div.DivClassName
{
background-color: #DEFDCC;
}
.BgClassName
{
background-color: #DEFDCC;
}
</style>
border-color css
<style>
span { border-color: #DEFDCC; }
span { border-color: rgb(222,253,204); }
td.TdClassName
{
border-color: #DEFDCC;
}
.TagClassName
{
border-color: #DEFDCC;
}
</style>