Shades of Hint Of Green #DCF2D1
Tints of Hint Of Green #DCF2D1
RGB
CMYK
RGB Variations
Color information
#DCF2D1 (or 0xDCF2D1) is known color: Hint Of Green. HEX triplet: DC, F2 and D1. RGB value is (220,242,209). Sum of RGB (Red+Green+Blue) = 220+242+209=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D1 is #230D2E. Grayscale: #E7E7E7. Windows color (decimal): -2297135 or 13759196. OLE color: 13759196.
HSL color Cylindrical-coordinate representation of color #DCF2D1: hue angle of 100º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF2D1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 242 | 209 | - |
CMYK | 0.09 | 0 | 0.14 | 0.05 |
HSL | 100º | 0.56% | 0.88% | - |
HSV(B) | 100º | 0.14% | 0.95% | - |
XYZ | 72.78 | 83.32 | 72.57 | - |
YUV | 231.66 | 115.21 | 119.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 209 | 0.09 | 0 | 0.14 | 0.05 | 100 | 0.56 | 0.88 |
Hex | DC | F2 | D1 | 9 | 0 | E | 5 | 64 | 38 | 58 |
Octal | 334 | 362 | 321 | 11 | 0 | 16 | 5 | 144 | 70 | 130 |
Binary | 11011100 | 11110010 | 11010001 | 1001 | 0 | 1110 | 101 | 1100100 | 111000 | 1011000 |
Color Harmonies of #DCF2D1
Complementary color
Monochromatic Colors of #DCF2D1
Black with #DCF2D1
Text Example
Text Example
White with #DCF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2D1; }
p { color: rgb(220,242,209); }
H1.HeaderClassName
{
color: #DCF2D1;
}
.AnyTagClassName
{
color: #DCF2D1;
}
</style>
background-color css
<style>
a { background-color: #DCF2D1; }
a { background-color: rgb(220,242,209); }
div.DivClassName
{
background-color: #DCF2D1;
}
.BgClassName
{
background-color: #DCF2D1;
}
</style>
border-color css
<style>
span { border-color: #DCF2D1; }
span { border-color: rgb(220,242,209); }
td.TdClassName
{
border-color: #DCF2D1;
}
.TagClassName
{
border-color: #DCF2D1;
}
</style>