Shades of Green White #DDDDCE
Tints of Green White #DDDDCE
RGB
CMYK
RGB Variations
Color information
#DDDDCE (or 0xDDDDCE) is known color: Green White. HEX triplet: DD, DD and CE. RGB value is (221,221,206). Sum of RGB (Red+Green+Blue) = 221+221+206=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCE is #222231. Grayscale: #DBDBDB. Windows color (decimal): -2236978 or 13557213. OLE color: 13557213.
HSL color Cylindrical-coordinate representation of color #DDDDCE: hue angle of 60º 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 #DDDDCE is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 206 | - |
CMYK | 0 | 0 | 0.07 | 0.13 |
HSL | 60º | 0.18% | 0.84% | - |
HSV(B) | 60º | 0.07% | 0.87% | - |
XYZ | 66.82 | 71.54 | 68.68 | - |
YUV | 219.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 206 | 0 | 0 | 0.07 | 0.13 | 60 | 0.18 | 0.84 |
Hex | DD | DD | CE | 0 | 0 | 7 | D | 3C | 12 | 54 |
Octal | 335 | 335 | 316 | 0 | 0 | 7 | 15 | 74 | 22 | 124 |
Binary | 11011101 | 11011101 | 11001110 | 0 | 0 | 111 | 1101 | 111100 | 10010 | 1010100 |
Color Harmonies of #DDDDCE
Complementary color
Monochromatic Colors of #DDDDCE
Black with #DDDDCE
Text Example
Text Example
White with #DDDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDCE; }
p { color: rgb(221,221,206); }
H1.HeaderClassName
{
color: #DDDDCE;
}
.AnyTagClassName
{
color: #DDDDCE;
}
</style>
background-color css
<style>
a { background-color: #DDDDCE; }
a { background-color: rgb(221,221,206); }
div.DivClassName
{
background-color: #DDDDCE;
}
.BgClassName
{
background-color: #DDDDCE;
}
</style>
border-color css
<style>
span { border-color: #DDDDCE; }
span { border-color: rgb(221,221,206); }
td.TdClassName
{
border-color: #DDDDCE;
}
.TagClassName
{
border-color: #DDDDCE;
}
</style>