Shades of Hint Of Green #DEFCCC
Tints of Hint Of Green #DEFCCC
RGB
CMYK
RGB Variations
Color information
#DEFCCC (or 0xDEFCCC) is known color: Hint Of Green. HEX triplet: DE, FC and CC. RGB value is (222,252,204). Sum of RGB (Red+Green+Blue) = 222+252+204=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCCC is #210333. Grayscale: #EDEDED. Windows color (decimal): -2163508 or 13434078. OLE color: 13434078.
HSL color Cylindrical-coordinate representation of color #DEFCCC: hue angle of 97.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEFCCC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 204 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.01 |
| HSL | 97.5º | 0.89% | 0.89% | - |
| HSV(B) | 97.5º | 0.19% | 0.99% | - |
| XYZ | 75.83 | 89.51 | 70.41 | - |
| YUV | 237.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 204 | 0.12 | 0 | 0.19 | 0.01 | 97.5 | 0.89 | 0.89 |
| Hex | DE | FC | CC | C | 0 | 13 | 1 | 62 | 59 | 59 |
| Octal | 336 | 374 | 314 | 14 | 0 | 23 | 1 | 142 | 131 | 131 |
| Binary | 11011110 | 11111100 | 11001100 | 1100 | 0 | 10011 | 1 | 1100010 | 1011001 | 1011001 |
Color Harmonies of #DEFCCC
Complementary color
Monochromatic Colors of #DEFCCC
Black with #DEFCCC
Text Example
Text Example
White with #DEFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCCC; }
p { color: rgb(222,252,204); }
H1.HeaderClassName
{
color: #DEFCCC;
}
.AnyTagClassName
{
color: #DEFCCC;
}
</style>
background-color css
<style>
a { background-color: #DEFCCC; }
a { background-color: rgb(222,252,204); }
div.DivClassName
{
background-color: #DEFCCC;
}
.BgClassName
{
background-color: #DEFCCC;
}
</style>
border-color css
<style>
span { border-color: #DEFCCC; }
span { border-color: rgb(222,252,204); }
td.TdClassName
{
border-color: #DEFCCC;
}
.TagClassName
{
border-color: #DEFCCC;
}
</style>