Shades of Hint Of Green #DCF8C9
Tints of Hint Of Green #DCF8C9
RGB
CMYK
RGB Variations
Color information
#DCF8C9 (or 0xDCF8C9) is known color: Hint Of Green. HEX triplet: DC, F8 and C9. RGB value is (220,248,201). Sum of RGB (Red+Green+Blue) = 220+248+201=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8C9 is #230736. Grayscale: #EAEAEA. Windows color (decimal): -2295607 or 13236444. OLE color: 13236444.
HSL color Cylindrical-coordinate representation of color #DCF8C9: hue angle of 95.74º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCF8C9 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 248 | 201 | - |
CMYK | 0.11 | 0 | 0.19 | 0.03 |
HSL | 95.74º | 0.77% | 0.88% | - |
HSV(B) | 95.74º | 0.19% | 0.97% | - |
XYZ | 73.63 | 86.57 | 68.09 | - |
YUV | 234.27 | 109.22 | 117.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 248 | 201 | 0.11 | 0 | 0.19 | 0.03 | 95.74 | 0.77 | 0.88 |
Hex | DC | F8 | C9 | B | 0 | 13 | 3 | 60 | 4D | 58 |
Octal | 334 | 370 | 311 | 13 | 0 | 23 | 3 | 140 | 115 | 130 |
Binary | 11011100 | 11111000 | 11001001 | 1011 | 0 | 10011 | 11 | 1100000 | 1001101 | 1011000 |
Color Harmonies of #DCF8C9
Complementary color
Monochromatic Colors of #DCF8C9
Black with #DCF8C9
Text Example
Text Example
White with #DCF8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8C9; }
p { color: rgb(220,248,201); }
H1.HeaderClassName
{
color: #DCF8C9;
}
.AnyTagClassName
{
color: #DCF8C9;
}
</style>
background-color css
<style>
a { background-color: #DCF8C9; }
a { background-color: rgb(220,248,201); }
div.DivClassName
{
background-color: #DCF8C9;
}
.BgClassName
{
background-color: #DCF8C9;
}
</style>
border-color css
<style>
span { border-color: #DCF8C9; }
span { border-color: rgb(220,248,201); }
td.TdClassName
{
border-color: #DCF8C9;
}
.TagClassName
{
border-color: #DCF8C9;
}
</style>