Shades of Hint Of Green #DEFCCF
Tints of Hint Of Green #DEFCCF
RGB
CMYK
RGB Variations
Color information
#DEFCCF (or 0xDEFCCF) is known color: Hint Of Green. HEX triplet: DE, FC and CF. RGB value is (222,252,207). Sum of RGB (Red+Green+Blue) = 222+252+207=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCCF is #210330. Grayscale: #EEEEEE. Windows color (decimal): -2163505 or 13630686. OLE color: 13630686.
HSL color Cylindrical-coordinate representation of color #DEFCCF: hue angle of 100º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEFCCF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 207 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.01 |
| HSL | 100º | 0.88% | 0.9% | - |
| HSV(B) | 100º | 0.18% | 0.99% | - |
| XYZ | 76.2 | 89.66 | 72.32 | - |
| YUV | 237.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 207 | 0.12 | 0 | 0.18 | 0.01 | 100 | 0.88 | 0.9 |
| Hex | DE | FC | CF | C | 0 | 12 | 1 | 64 | 58 | 5A |
| Octal | 336 | 374 | 317 | 14 | 0 | 22 | 1 | 144 | 130 | 132 |
| Binary | 11011110 | 11111100 | 11001111 | 1100 | 0 | 10010 | 1 | 1100100 | 1011000 | 1011010 |
Color Harmonies of #DEFCCF
Complementary color
Monochromatic Colors of #DEFCCF
Black with #DEFCCF
Text Example
Text Example
White with #DEFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCCF; }
p { color: rgb(222,252,207); }
H1.HeaderClassName
{
color: #DEFCCF;
}
.AnyTagClassName
{
color: #DEFCCF;
}
</style>
background-color css
<style>
a { background-color: #DEFCCF; }
a { background-color: rgb(222,252,207); }
div.DivClassName
{
background-color: #DEFCCF;
}
.BgClassName
{
background-color: #DEFCCF;
}
</style>
border-color css
<style>
span { border-color: #DEFCCF; }
span { border-color: rgb(222,252,207); }
td.TdClassName
{
border-color: #DEFCCF;
}
.TagClassName
{
border-color: #DEFCCF;
}
</style>