Shades of Hint Of Green #DCFACC
Tints of Hint Of Green #DCFACC
RGB
CMYK
RGB Variations
Color information
#DCFACC (or 0xDCFACC) is known color: Hint Of Green. HEX triplet: DC, FA and CC. RGB value is (220,250,204). Sum of RGB (Red+Green+Blue) = 220+250+204=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFACC is #230533. Grayscale: #EBEBEB. Windows color (decimal): -2295092 or 13433564. OLE color: 13433564.
HSL color Cylindrical-coordinate representation of color #DCFACC: hue angle of 99.13º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCFACC is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 204 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.02 |
| HSL | 99.13º | 0.82% | 0.89% | - |
| HSV(B) | 99.13º | 0.18% | 0.98% | - |
| XYZ | 74.6 | 87.95 | 70.17 | - |
| YUV | 235.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 204 | 0.12 | 0 | 0.18 | 0.02 | 99.13 | 0.82 | 0.89 |
| Hex | DC | FA | CC | C | 0 | 12 | 2 | 63 | 52 | 59 |
| Octal | 334 | 372 | 314 | 14 | 0 | 22 | 2 | 143 | 122 | 131 |
| Binary | 11011100 | 11111010 | 11001100 | 1100 | 0 | 10010 | 10 | 1100011 | 1010010 | 1011001 |
Color Harmonies of #DCFACC
Complementary color
Monochromatic Colors of #DCFACC
Black with #DCFACC
Text Example
Text Example
White with #DCFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFACC; }
p { color: rgb(220,250,204); }
H1.HeaderClassName
{
color: #DCFACC;
}
.AnyTagClassName
{
color: #DCFACC;
}
</style>
background-color css
<style>
a { background-color: #DCFACC; }
a { background-color: rgb(220,250,204); }
div.DivClassName
{
background-color: #DCFACC;
}
.BgClassName
{
background-color: #DCFACC;
}
</style>
border-color css
<style>
span { border-color: #DCFACC; }
span { border-color: rgb(220,250,204); }
td.TdClassName
{
border-color: #DCFACC;
}
.TagClassName
{
border-color: #DCFACC;
}
</style>