Shades of Hint Of Green #DCF0CE
Tints of Hint Of Green #DCF0CE
RGB
CMYK
RGB Variations
Color information
#DCF0CE (or 0xDCF0CE) is known color: Hint Of Green. HEX triplet: DC, F0 and CE. RGB value is (220,240,206). Sum of RGB (Red+Green+Blue) = 220+240+206=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0CE is #230F31. Grayscale: #E6E6E6. Windows color (decimal): -2297650 or 13562076. OLE color: 13562076.
HSL color Cylindrical-coordinate representation of color #DCF0CE: hue angle of 95.29º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF0CE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 206 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 95.29º | 0.53% | 0.87% | - |
| HSV(B) | 95.29º | 0.14% | 0.94% | - |
| XYZ | 71.82 | 81.99 | 70.43 | - |
| YUV | 230.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 206 | 0.08 | 0 | 0.14 | 0.06 | 95.29 | 0.53 | 0.87 |
| Hex | DC | F0 | CE | 8 | 0 | E | 6 | 5F | 35 | 57 |
| Octal | 334 | 360 | 316 | 10 | 0 | 16 | 6 | 137 | 65 | 127 |
| Binary | 11011100 | 11110000 | 11001110 | 1000 | 0 | 1110 | 110 | 1011111 | 110101 | 1010111 |
Color Harmonies of #DCF0CE
Complementary color
Monochromatic Colors of #DCF0CE
Black with #DCF0CE
Text Example
Text Example
White with #DCF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0CE; }
p { color: rgb(220,240,206); }
H1.HeaderClassName
{
color: #DCF0CE;
}
.AnyTagClassName
{
color: #DCF0CE;
}
</style>
background-color css
<style>
a { background-color: #DCF0CE; }
a { background-color: rgb(220,240,206); }
div.DivClassName
{
background-color: #DCF0CE;
}
.BgClassName
{
background-color: #DCF0CE;
}
</style>
border-color css
<style>
span { border-color: #DCF0CE; }
span { border-color: rgb(220,240,206); }
td.TdClassName
{
border-color: #DCF0CE;
}
.TagClassName
{
border-color: #DCF0CE;
}
</style>