Shades of Blanc #DDCDBA
Tints of Blanc #DDCDBA
RGB
CMYK
RGB Variations
Color information
#DDCDBA (or 0xDDCDBA) is known color: Blanc. HEX triplet: DD, CD and BA. RGB value is (221,205,186). Sum of RGB (Red+Green+Blue) = 221+205+186=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDBA is #223245. Grayscale: #CFCFCF. Windows color (decimal): -2241094 or 12242397. OLE color: 12242397.
HSL color Cylindrical-coordinate representation of color #DDCDBA: hue angle of 32.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCDBA is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 186 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.13 |
| HSL | 32.57º | 0.34% | 0.8% | - |
| HSV(B) | 32.57º | 0.16% | 0.87% | - |
| XYZ | 60.51 | 62.58 | 55.34 | - |
| YUV | 207.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 186 | 0 | 0.07 | 0.16 | 0.13 | 32.57 | 0.34 | 0.8 |
| Hex | DD | CD | BA | 0 | 7 | 10 | D | 21 | 22 | 50 |
| Octal | 335 | 315 | 272 | 0 | 7 | 20 | 15 | 41 | 42 | 120 |
| Binary | 11011101 | 11001101 | 10111010 | 0 | 111 | 10000 | 1101 | 100001 | 100010 | 1010000 |
Color Harmonies of #DDCDBA
Complementary color
Monochromatic Colors of #DDCDBA
Black with #DDCDBA
Text Example
Text Example
White with #DDCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDBA; }
p { color: rgb(221,205,186); }
H1.HeaderClassName
{
color: #DDCDBA;
}
.AnyTagClassName
{
color: #DDCDBA;
}
</style>
background-color css
<style>
a { background-color: #DDCDBA; }
a { background-color: rgb(221,205,186); }
div.DivClassName
{
background-color: #DDCDBA;
}
.BgClassName
{
background-color: #DDCDBA;
}
</style>
border-color css
<style>
span { border-color: #DDCDBA; }
span { border-color: rgb(221,205,186); }
td.TdClassName
{
border-color: #DDCDBA;
}
.TagClassName
{
border-color: #DDCDBA;
}
</style>