Shades of Hint Of Green #DCF0D3
Tints of Hint Of Green #DCF0D3
RGB
CMYK
RGB Variations
Color information
#DCF0D3 (or 0xDCF0D3) is known color: Hint Of Green. HEX triplet: DC, F0 and D3. RGB value is (220,240,211). Sum of RGB (Red+Green+Blue) = 220+240+211=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0D3 is #230F2C. Grayscale: #E6E6E6. Windows color (decimal): -2297645 or 13889756. OLE color: 13889756.
HSL color Cylindrical-coordinate representation of color #DCF0D3: hue angle of 101.38º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF0D3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 211 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 101.38º | 0.49% | 0.88% | - |
| HSV(B) | 101.38º | 0.12% | 0.94% | - |
| XYZ | 72.43 | 82.24 | 73.68 | - |
| YUV | 230.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 211 | 0.08 | 0 | 0.12 | 0.06 | 101.38 | 0.49 | 0.88 |
| Hex | DC | F0 | D3 | 8 | 0 | C | 6 | 65 | 31 | 58 |
| Octal | 334 | 360 | 323 | 10 | 0 | 14 | 6 | 145 | 61 | 130 |
| Binary | 11011100 | 11110000 | 11010011 | 1000 | 0 | 1100 | 110 | 1100101 | 110001 | 1011000 |
Color Harmonies of #DCF0D3
Complementary color
Monochromatic Colors of #DCF0D3
Black with #DCF0D3
Text Example
Text Example
White with #DCF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0D3; }
p { color: rgb(220,240,211); }
H1.HeaderClassName
{
color: #DCF0D3;
}
.AnyTagClassName
{
color: #DCF0D3;
}
</style>
background-color css
<style>
a { background-color: #DCF0D3; }
a { background-color: rgb(220,240,211); }
div.DivClassName
{
background-color: #DCF0D3;
}
.BgClassName
{
background-color: #DCF0D3;
}
</style>
border-color css
<style>
span { border-color: #DCF0D3; }
span { border-color: rgb(220,240,211); }
td.TdClassName
{
border-color: #DCF0D3;
}
.TagClassName
{
border-color: #DCF0D3;
}
</style>