Shades of Hint Of Green #DCFACD
Tints of Hint Of Green #DCFACD
RGB
CMYK
RGB Variations
Color information
#DCFACD (or 0xDCFACD) is known color: Hint Of Green. HEX triplet: DC, FA and CD. RGB value is (220,250,205). Sum of RGB (Red+Green+Blue) = 220+250+205=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFACD is #230532. Grayscale: #ECECEC. Windows color (decimal): -2295091 or 13499100. OLE color: 13499100.
HSL color Cylindrical-coordinate representation of color #DCFACD: hue angle of 100º 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 #DCFACD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 205 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.02 |
| HSL | 100º | 0.82% | 0.89% | - |
| HSV(B) | 100º | 0.18% | 0.98% | - |
| XYZ | 74.72 | 87.99 | 70.8 | - |
| YUV | 235.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 205 | 0.12 | 0 | 0.18 | 0.02 | 100 | 0.82 | 0.89 |
| Hex | DC | FA | CD | C | 0 | 12 | 2 | 64 | 52 | 59 |
| Octal | 334 | 372 | 315 | 14 | 0 | 22 | 2 | 144 | 122 | 131 |
| Binary | 11011100 | 11111010 | 11001101 | 1100 | 0 | 10010 | 10 | 1100100 | 1010010 | 1011001 |
Color Harmonies of #DCFACD
Complementary color
Monochromatic Colors of #DCFACD
Black with #DCFACD
Text Example
Text Example
White with #DCFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFACD; }
p { color: rgb(220,250,205); }
H1.HeaderClassName
{
color: #DCFACD;
}
.AnyTagClassName
{
color: #DCFACD;
}
</style>
background-color css
<style>
a { background-color: #DCFACD; }
a { background-color: rgb(220,250,205); }
div.DivClassName
{
background-color: #DCFACD;
}
.BgClassName
{
background-color: #DCFACD;
}
</style>
border-color css
<style>
span { border-color: #DCFACD; }
span { border-color: rgb(220,250,205); }
td.TdClassName
{
border-color: #DCFACD;
}
.TagClassName
{
border-color: #DCFACD;
}
</style>