Shades of Hint Of Green #DCF5D3
Tints of Hint Of Green #DCF5D3
RGB
CMYK
RGB Variations
Color information
#DCF5D3 (or 0xDCF5D3) is known color: Hint Of Green. HEX triplet: DC, F5 and D3. RGB value is (220,245,211). Sum of RGB (Red+Green+Blue) = 220+245+211=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5D3 is #230A2C. Grayscale: #E9E9E9. Windows color (decimal): -2296365 or 13891036. OLE color: 13891036.
HSL color Cylindrical-coordinate representation of color #DCF5D3: hue angle of 104.12º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF5D3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 211 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.04 |
| HSL | 104.12º | 0.63% | 0.89% | - |
| HSV(B) | 104.12º | 0.14% | 0.96% | - |
| XYZ | 73.93 | 85.22 | 74.18 | - |
| YUV | 233.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 211 | 0.10 | 0 | 0.14 | 0.04 | 104.12 | 0.63 | 0.89 |
| Hex | DC | F5 | D3 | A | 0 | E | 4 | 68 | 3F | 59 |
| Octal | 334 | 365 | 323 | 12 | 0 | 16 | 4 | 150 | 77 | 131 |
| Binary | 11011100 | 11110101 | 11010011 | 1010 | 0 | 1110 | 100 | 1101000 | 111111 | 1011001 |
Color Harmonies of #DCF5D3
Complementary color
Monochromatic Colors of #DCF5D3
Black with #DCF5D3
Text Example
Text Example
White with #DCF5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5D3; }
p { color: rgb(220,245,211); }
H1.HeaderClassName
{
color: #DCF5D3;
}
.AnyTagClassName
{
color: #DCF5D3;
}
</style>
background-color css
<style>
a { background-color: #DCF5D3; }
a { background-color: rgb(220,245,211); }
div.DivClassName
{
background-color: #DCF5D3;
}
.BgClassName
{
background-color: #DCF5D3;
}
</style>
border-color css
<style>
span { border-color: #DCF5D3; }
span { border-color: rgb(220,245,211); }
td.TdClassName
{
border-color: #DCF5D3;
}
.TagClassName
{
border-color: #DCF5D3;
}
</style>