Shades of Hint Of Green #DCF1D1
Tints of Hint Of Green #DCF1D1
RGB
CMYK
RGB Variations
Color information
#DCF1D1 (or 0xDCF1D1) is known color: Hint Of Green. HEX triplet: DC, F1 and D1. RGB value is (220,241,209). Sum of RGB (Red+Green+Blue) = 220+241+209=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1D1 is #230E2E. Grayscale: #E7E7E7. Windows color (decimal): -2297391 or 13758940. OLE color: 13758940.
HSL color Cylindrical-coordinate representation of color #DCF1D1: hue angle of 99.38º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF1D1 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 209 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.05 |
| HSL | 99.38º | 0.53% | 0.88% | - |
| HSV(B) | 99.38º | 0.13% | 0.95% | - |
| XYZ | 72.48 | 82.73 | 72.47 | - |
| YUV | 231.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 209 | 0.09 | 0 | 0.13 | 0.05 | 99.38 | 0.53 | 0.88 |
| Hex | DC | F1 | D1 | 9 | 0 | D | 5 | 63 | 35 | 58 |
| Octal | 334 | 361 | 321 | 11 | 0 | 15 | 5 | 143 | 65 | 130 |
| Binary | 11011100 | 11110001 | 11010001 | 1001 | 0 | 1101 | 101 | 1100011 | 110101 | 1011000 |
Color Harmonies of #DCF1D1
Complementary color
Monochromatic Colors of #DCF1D1
Black with #DCF1D1
Text Example
Text Example
White with #DCF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1D1; }
p { color: rgb(220,241,209); }
H1.HeaderClassName
{
color: #DCF1D1;
}
.AnyTagClassName
{
color: #DCF1D1;
}
</style>
background-color css
<style>
a { background-color: #DCF1D1; }
a { background-color: rgb(220,241,209); }
div.DivClassName
{
background-color: #DCF1D1;
}
.BgClassName
{
background-color: #DCF1D1;
}
</style>
border-color css
<style>
span { border-color: #DCF1D1; }
span { border-color: rgb(220,241,209); }
td.TdClassName
{
border-color: #DCF1D1;
}
.TagClassName
{
border-color: #DCF1D1;
}
</style>