Shades of Spanish White #DDCDB6
Tints of Spanish White #DDCDB6
RGB
CMYK
RGB Variations
Color information
#DDCDB6 (or 0xDDCDB6) is known color: Spanish White. HEX triplet: DD, CD and B6. RGB value is (221,205,182). Sum of RGB (Red+Green+Blue) = 221+205+182=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDB6 is #223249. Grayscale: #CFCFCF. Windows color (decimal): -2241098 or 11980253. OLE color: 11980253.
HSL color Cylindrical-coordinate representation of color #DDCDB6: hue angle of 35.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCDB6 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 182 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.13 |
| HSL | 35.38º | 0.36% | 0.79% | - |
| HSV(B) | 35.38º | 0.18% | 0.87% | - |
| XYZ | 60.09 | 62.41 | 53.14 | - |
| YUV | 207.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 182 | 0 | 0.07 | 0.18 | 0.13 | 35.38 | 0.36 | 0.79 |
| Hex | DD | CD | B6 | 0 | 7 | 12 | D | 23 | 24 | 4F |
| Octal | 335 | 315 | 266 | 0 | 7 | 22 | 15 | 43 | 44 | 117 |
| Binary | 11011101 | 11001101 | 10110110 | 0 | 111 | 10010 | 1101 | 100011 | 100100 | 1001111 |
Color Harmonies of #DDCDB6
Complementary color
Monochromatic Colors of #DDCDB6
Black with #DDCDB6
Text Example
Text Example
White with #DDCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDB6; }
p { color: rgb(221,205,182); }
H1.HeaderClassName
{
color: #DDCDB6;
}
.AnyTagClassName
{
color: #DDCDB6;
}
</style>
background-color css
<style>
a { background-color: #DDCDB6; }
a { background-color: rgb(221,205,182); }
div.DivClassName
{
background-color: #DDCDB6;
}
.BgClassName
{
background-color: #DDCDB6;
}
</style>
border-color css
<style>
span { border-color: #DDCDB6; }
span { border-color: rgb(221,205,182); }
td.TdClassName
{
border-color: #DDCDB6;
}
.TagClassName
{
border-color: #DDCDB6;
}
</style>