Shades of Green White #DDDBCA
Tints of Green White #DDDBCA
RGB
CMYK
RGB Variations
Color information
#DDDBCA (or 0xDDDBCA) is known color: Green White. HEX triplet: DD, DB and CA. RGB value is (221,219,202). Sum of RGB (Red+Green+Blue) = 221+219+202=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBCA is #222435. Grayscale: #D9D9D9. Windows color (decimal): -2237494 or 13294557. OLE color: 13294557.
HSL color Cylindrical-coordinate representation of color #DDDBCA: hue angle of 53.68º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDBCA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 202 | - |
CMYK | 0 | 0.01 | 0.09 | 0.13 |
HSL | 53.68º | 0.22% | 0.83% | - |
HSV(B) | 53.68º | 0.09% | 0.87% | - |
XYZ | 65.81 | 70.3 | 65.98 | - |
YUV | 217.66 | 119.16 | 130.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 202 | 0 | 0.01 | 0.09 | 0.13 | 53.68 | 0.22 | 0.83 |
Hex | DD | DB | CA | 0 | 1 | 9 | D | 36 | 16 | 53 |
Octal | 335 | 333 | 312 | 0 | 1 | 11 | 15 | 66 | 26 | 123 |
Binary | 11011101 | 11011011 | 11001010 | 0 | 1 | 1001 | 1101 | 110110 | 10110 | 1010011 |
Color Harmonies of #DDDBCA
Complementary color
Monochromatic Colors of #DDDBCA
Black with #DDDBCA
Text Example
Text Example
White with #DDDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBCA; }
p { color: rgb(221,219,202); }
H1.HeaderClassName
{
color: #DDDBCA;
}
.AnyTagClassName
{
color: #DDDBCA;
}
</style>
background-color css
<style>
a { background-color: #DDDBCA; }
a { background-color: rgb(221,219,202); }
div.DivClassName
{
background-color: #DDDBCA;
}
.BgClassName
{
background-color: #DDDBCA;
}
</style>
border-color css
<style>
span { border-color: #DDDBCA; }
span { border-color: rgb(221,219,202); }
td.TdClassName
{
border-color: #DDDBCA;
}
.TagClassName
{
border-color: #DDDBCA;
}
</style>