Shades of Hint Of Green #DCF6CF
Tints of Hint Of Green #DCF6CF
RGB
CMYK
RGB Variations
Color information
#DCF6CF (or 0xDCF6CF) is known color: Hint Of Green. HEX triplet: DC, F6 and CF. RGB value is (220,246,207). Sum of RGB (Red+Green+Blue) = 220+246+207=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6CF is #230930. Grayscale: #E9E9E9. Windows color (decimal): -2296113 or 13629148. OLE color: 13629148.
HSL color Cylindrical-coordinate representation of color #DCF6CF: hue angle of 100º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCF6CF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 207 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.04 |
| HSL | 100º | 0.68% | 0.89% | - |
| HSV(B) | 100º | 0.16% | 0.96% | - |
| XYZ | 73.73 | 85.63 | 71.67 | - |
| YUV | 233.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 207 | 0.11 | 0 | 0.16 | 0.04 | 100 | 0.68 | 0.89 |
| Hex | DC | F6 | CF | B | 0 | 10 | 4 | 64 | 44 | 59 |
| Octal | 334 | 366 | 317 | 13 | 0 | 20 | 4 | 144 | 104 | 131 |
| Binary | 11011100 | 11110110 | 11001111 | 1011 | 0 | 10000 | 100 | 1100100 | 1000100 | 1011001 |
Color Harmonies of #DCF6CF
Complementary color
Monochromatic Colors of #DCF6CF
Black with #DCF6CF
Text Example
Text Example
White with #DCF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6CF; }
p { color: rgb(220,246,207); }
H1.HeaderClassName
{
color: #DCF6CF;
}
.AnyTagClassName
{
color: #DCF6CF;
}
</style>
background-color css
<style>
a { background-color: #DCF6CF; }
a { background-color: rgb(220,246,207); }
div.DivClassName
{
background-color: #DCF6CF;
}
.BgClassName
{
background-color: #DCF6CF;
}
</style>
border-color css
<style>
span { border-color: #DCF6CF; }
span { border-color: rgb(220,246,207); }
td.TdClassName
{
border-color: #DCF6CF;
}
.TagClassName
{
border-color: #DCF6CF;
}
</style>