Shades of Hint Of Green #DCF5CE
Tints of Hint Of Green #DCF5CE
RGB
CMYK
RGB Variations
Color information
#DCF5CE (or 0xDCF5CE) is known color: Hint Of Green. HEX triplet: DC, F5 and CE. RGB value is (220,245,206). Sum of RGB (Red+Green+Blue) = 220+245+206=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5CE is #230A31. Grayscale: #E9E9E9. Windows color (decimal): -2296370 or 13563356. OLE color: 13563356.
HSL color Cylindrical-coordinate representation of color #DCF5CE: hue angle of 98.46º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCF5CE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 206 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.04 |
| HSL | 98.46º | 0.66% | 0.88% | - |
| HSV(B) | 98.46º | 0.16% | 0.96% | - |
| XYZ | 73.31 | 84.98 | 70.93 | - |
| YUV | 233.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 206 | 0.10 | 0 | 0.16 | 0.04 | 98.46 | 0.66 | 0.88 |
| Hex | DC | F5 | CE | A | 0 | 10 | 4 | 62 | 42 | 58 |
| Octal | 334 | 365 | 316 | 12 | 0 | 20 | 4 | 142 | 102 | 130 |
| Binary | 11011100 | 11110101 | 11001110 | 1010 | 0 | 10000 | 100 | 1100010 | 1000010 | 1011000 |
Color Harmonies of #DCF5CE
Complementary color
Monochromatic Colors of #DCF5CE
Black with #DCF5CE
Text Example
Text Example
White with #DCF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5CE; }
p { color: rgb(220,245,206); }
H1.HeaderClassName
{
color: #DCF5CE;
}
.AnyTagClassName
{
color: #DCF5CE;
}
</style>
background-color css
<style>
a { background-color: #DCF5CE; }
a { background-color: rgb(220,245,206); }
div.DivClassName
{
background-color: #DCF5CE;
}
.BgClassName
{
background-color: #DCF5CE;
}
</style>
border-color css
<style>
span { border-color: #DCF5CE; }
span { border-color: rgb(220,245,206); }
td.TdClassName
{
border-color: #DCF5CE;
}
.TagClassName
{
border-color: #DCF5CE;
}
</style>