Shades of Green White #DCDDD3
Tints of Green White #DCDDD3
RGB
CMYK
RGB Variations
Color information
#DCDDD3 (or 0xDCDDD3) is known color: Green White. HEX triplet: DC, DD and D3. RGB value is (220,221,211). Sum of RGB (Red+Green+Blue) = 220+221+211=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD3 is #23222C. Grayscale: #DBDBDB. Windows color (decimal): -2302509 or 13884892. OLE color: 13884892.
HSL color Cylindrical-coordinate representation of color #DCDDD3: hue angle of 66º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDDD3 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 211 | - |
CMYK | 0.00 | 0 | 0.05 | 0.13 |
HSL | 66º | 0.13% | 0.85% | - |
HSV(B) | 66º | 0.05% | 0.87% | - |
XYZ | 67.13 | 71.63 | 71.92 | - |
YUV | 219.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 211 | 0.00 | 0 | 0.05 | 0.13 | 66 | 0.13 | 0.85 |
Hex | DC | DD | D3 | 0 | 0 | 5 | D | 42 | D | 55 |
Octal | 334 | 335 | 323 | 0 | 0 | 5 | 15 | 102 | 15 | 125 |
Binary | 11011100 | 11011101 | 11010011 | 0 | 0 | 101 | 1101 | 1000010 | 1101 | 1010101 |
Color Harmonies of #DCDDD3
Complementary color
Monochromatic Colors of #DCDDD3
Black with #DCDDD3
Text Example
Text Example
White with #DCDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDD3; }
p { color: rgb(220,221,211); }
H1.HeaderClassName
{
color: #DCDDD3;
}
.AnyTagClassName
{
color: #DCDDD3;
}
</style>
background-color css
<style>
a { background-color: #DCDDD3; }
a { background-color: rgb(220,221,211); }
div.DivClassName
{
background-color: #DCDDD3;
}
.BgClassName
{
background-color: #DCDDD3;
}
</style>
border-color css
<style>
span { border-color: #DCDDD3; }
span { border-color: rgb(220,221,211); }
td.TdClassName
{
border-color: #DCDDD3;
}
.TagClassName
{
border-color: #DCDDD3;
}
</style>