Shades of Hint Of Green #DCF9CE
Tints of Hint Of Green #DCF9CE
RGB
CMYK
RGB Variations
Color information
#DCF9CE (or 0xDCF9CE) is known color: Hint Of Green. HEX triplet: DC, F9 and CE. RGB value is (220,249,206). Sum of RGB (Red+Green+Blue) = 220+249+206=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9CE is #230631. Grayscale: #EBEBEB. Windows color (decimal): -2295346 or 13564380. OLE color: 13564380.
HSL color Cylindrical-coordinate representation of color #DCF9CE: hue angle of 100.47º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCF9CE is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 206 | - |
CMYK | 0.12 | 0 | 0.17 | 0.02 |
HSL | 100.47º | 0.78% | 0.89% | - |
HSV(B) | 100.47º | 0.17% | 0.98% | - |
XYZ | 74.53 | 87.42 | 71.34 | - |
YUV | 235.43 | 111.39 | 117 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 206 | 0.12 | 0 | 0.17 | 0.02 | 100.47 | 0.78 | 0.89 |
Hex | DC | F9 | CE | C | 0 | 11 | 2 | 64 | 4E | 59 |
Octal | 334 | 371 | 316 | 14 | 0 | 21 | 2 | 144 | 116 | 131 |
Binary | 11011100 | 11111001 | 11001110 | 1100 | 0 | 10001 | 10 | 1100100 | 1001110 | 1011001 |
Color Harmonies of #DCF9CE
Complementary color
Monochromatic Colors of #DCF9CE
Black with #DCF9CE
Text Example
Text Example
White with #DCF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9CE; }
p { color: rgb(220,249,206); }
H1.HeaderClassName
{
color: #DCF9CE;
}
.AnyTagClassName
{
color: #DCF9CE;
}
</style>
background-color css
<style>
a { background-color: #DCF9CE; }
a { background-color: rgb(220,249,206); }
div.DivClassName
{
background-color: #DCF9CE;
}
.BgClassName
{
background-color: #DCF9CE;
}
</style>
border-color css
<style>
span { border-color: #DCF9CE; }
span { border-color: rgb(220,249,206); }
td.TdClassName
{
border-color: #DCF9CE;
}
.TagClassName
{
border-color: #DCF9CE;
}
</style>