Shades of Hint Of Green #DCFACE
Tints of Hint Of Green #DCFACE
RGB
CMYK
RGB Variations
Color information
#DCFACE (or 0xDCFACE) is known color: Hint Of Green. HEX triplet: DC, FA and CE. RGB value is (220,250,206). Sum of RGB (Red+Green+Blue) = 220+250+206=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFACE is #230531. Grayscale: #ECECEC. Windows color (decimal): -2295090 or 13564636. OLE color: 13564636.
HSL color Cylindrical-coordinate representation of color #DCFACE: hue angle of 100.91º degrees, saturation: 0.81, 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 #DCFACE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 206 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.02 |
| HSL | 100.91º | 0.81% | 0.89% | - |
| HSV(B) | 100.91º | 0.18% | 0.98% | - |
| XYZ | 74.84 | 88.04 | 71.44 | - |
| YUV | 236.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 206 | 0.12 | 0 | 0.18 | 0.02 | 100.91 | 0.81 | 0.89 |
| Hex | DC | FA | CE | C | 0 | 12 | 2 | 65 | 51 | 59 |
| Octal | 334 | 372 | 316 | 14 | 0 | 22 | 2 | 145 | 121 | 131 |
| Binary | 11011100 | 11111010 | 11001110 | 1100 | 0 | 10010 | 10 | 1100101 | 1010001 | 1011001 |
Color Harmonies of #DCFACE
Complementary color
Monochromatic Colors of #DCFACE
Black with #DCFACE
Text Example
Text Example
White with #DCFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFACE; }
p { color: rgb(220,250,206); }
H1.HeaderClassName
{
color: #DCFACE;
}
.AnyTagClassName
{
color: #DCFACE;
}
</style>
background-color css
<style>
a { background-color: #DCFACE; }
a { background-color: rgb(220,250,206); }
div.DivClassName
{
background-color: #DCFACE;
}
.BgClassName
{
background-color: #DCFACE;
}
</style>
border-color css
<style>
span { border-color: #DCFACE; }
span { border-color: rgb(220,250,206); }
td.TdClassName
{
border-color: #DCFACE;
}
.TagClassName
{
border-color: #DCFACE;
}
</style>