Shades of Hint Of Green #DCFACF
Tints of Hint Of Green #DCFACF
RGB
CMYK
RGB Variations
Color information
#DCFACF (or 0xDCFACF) is known color: Hint Of Green. HEX triplet: DC, FA and CF. RGB value is (220,250,207). Sum of RGB (Red+Green+Blue) = 220+250+207=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFACF is #230530. Grayscale: #ECECEC. Windows color (decimal): -2295089 or 13630172. OLE color: 13630172.
HSL color Cylindrical-coordinate representation of color #DCFACF: hue angle of 101.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCFACF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 207 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.02 |
| HSL | 101.86º | 0.81% | 0.9% | - |
| HSV(B) | 101.86º | 0.17% | 0.98% | - |
| XYZ | 74.96 | 88.09 | 72.08 | - |
| YUV | 236.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 207 | 0.12 | 0 | 0.17 | 0.02 | 101.86 | 0.81 | 0.9 |
| Hex | DC | FA | CF | C | 0 | 11 | 2 | 66 | 51 | 5A |
| Octal | 334 | 372 | 317 | 14 | 0 | 21 | 2 | 146 | 121 | 132 |
| Binary | 11011100 | 11111010 | 11001111 | 1100 | 0 | 10001 | 10 | 1100110 | 1010001 | 1011010 |
Color Harmonies of #DCFACF
Complementary color
Monochromatic Colors of #DCFACF
Black with #DCFACF
Text Example
Text Example
White with #DCFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFACF; }
p { color: rgb(220,250,207); }
H1.HeaderClassName
{
color: #DCFACF;
}
.AnyTagClassName
{
color: #DCFACF;
}
</style>
background-color css
<style>
a { background-color: #DCFACF; }
a { background-color: rgb(220,250,207); }
div.DivClassName
{
background-color: #DCFACF;
}
.BgClassName
{
background-color: #DCFACF;
}
</style>
border-color css
<style>
span { border-color: #DCFACF; }
span { border-color: rgb(220,250,207); }
td.TdClassName
{
border-color: #DCFACF;
}
.TagClassName
{
border-color: #DCFACF;
}
</style>