Shades of Hint Of Green #DCF8D1
Tints of Hint Of Green #DCF8D1
RGB
CMYK
RGB Variations
Color information
#DCF8D1 (or 0xDCF8D1) is known color: Hint Of Green. HEX triplet: DC, F8 and D1. RGB value is (220,248,209). Sum of RGB (Red+Green+Blue) = 220+248+209=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8D1 is #23072E. Grayscale: #EBEBEB. Windows color (decimal): -2295599 or 13760732. OLE color: 13760732.
HSL color Cylindrical-coordinate representation of color #DCF8D1: hue angle of 103.08º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCF8D1 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 209 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.03 |
| HSL | 103.08º | 0.74% | 0.9% | - |
| HSV(B) | 103.08º | 0.16% | 0.97% | - |
| XYZ | 74.59 | 86.95 | 73.17 | - |
| YUV | 235.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 209 | 0.11 | 0 | 0.16 | 0.03 | 103.08 | 0.74 | 0.9 |
| Hex | DC | F8 | D1 | B | 0 | 10 | 3 | 67 | 4A | 5A |
| Octal | 334 | 370 | 321 | 13 | 0 | 20 | 3 | 147 | 112 | 132 |
| Binary | 11011100 | 11111000 | 11010001 | 1011 | 0 | 10000 | 11 | 1100111 | 1001010 | 1011010 |
Color Harmonies of #DCF8D1
Complementary color
Monochromatic Colors of #DCF8D1
Black with #DCF8D1
Text Example
Text Example
White with #DCF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8D1; }
p { color: rgb(220,248,209); }
H1.HeaderClassName
{
color: #DCF8D1;
}
.AnyTagClassName
{
color: #DCF8D1;
}
</style>
background-color css
<style>
a { background-color: #DCF8D1; }
a { background-color: rgb(220,248,209); }
div.DivClassName
{
background-color: #DCF8D1;
}
.BgClassName
{
background-color: #DCF8D1;
}
</style>
border-color css
<style>
span { border-color: #DCF8D1; }
span { border-color: rgb(220,248,209); }
td.TdClassName
{
border-color: #DCF8D1;
}
.TagClassName
{
border-color: #DCF8D1;
}
</style>