Shades of Green White #DCDDCE
Tints of Green White #DCDDCE
RGB
CMYK
RGB Variations
Color information
#DCDDCE (or 0xDCDDCE) is known color: Green White. HEX triplet: DC, DD and CE. RGB value is (220,221,206). Sum of RGB (Red+Green+Blue) = 220+221+206=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDCE is #232231. Grayscale: #DBDBDB. Windows color (decimal): -2302514 or 13557212. OLE color: 13557212.
HSL color Cylindrical-coordinate representation of color #DCDDCE: hue angle of 64º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDDCE is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 206 | - |
CMYK | 0.00 | 0 | 0.07 | 0.13 |
HSL | 64º | 0.18% | 0.84% | - |
HSV(B) | 64º | 0.07% | 0.87% | - |
XYZ | 66.51 | 71.38 | 68.67 | - |
YUV | 218.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 206 | 0.00 | 0 | 0.07 | 0.13 | 64 | 0.18 | 0.84 |
Hex | DC | DD | CE | 0 | 0 | 7 | D | 40 | 12 | 54 |
Octal | 334 | 335 | 316 | 0 | 0 | 7 | 15 | 100 | 22 | 124 |
Binary | 11011100 | 11011101 | 11001110 | 0 | 0 | 111 | 1101 | 1000000 | 10010 | 1010100 |
Color Harmonies of #DCDDCE
Complementary color
Monochromatic Colors of #DCDDCE
Black with #DCDDCE
Text Example
Text Example
White with #DCDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDCE; }
p { color: rgb(220,221,206); }
H1.HeaderClassName
{
color: #DCDDCE;
}
.AnyTagClassName
{
color: #DCDDCE;
}
</style>
background-color css
<style>
a { background-color: #DCDDCE; }
a { background-color: rgb(220,221,206); }
div.DivClassName
{
background-color: #DCDDCE;
}
.BgClassName
{
background-color: #DCDDCE;
}
</style>
border-color css
<style>
span { border-color: #DCDDCE; }
span { border-color: rgb(220,221,206); }
td.TdClassName
{
border-color: #DCDDCE;
}
.TagClassName
{
border-color: #DCDDCE;
}
</style>