Shades of Spanish White #DDCDB8
Tints of Spanish White #DDCDB8
RGB
CMYK
RGB Variations
Color information
#DDCDB8 (or 0xDDCDB8) is known color: Spanish White. HEX triplet: DD, CD and B8. RGB value is (221,205,184). Sum of RGB (Red+Green+Blue) = 221+205+184=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDB8 is #223247. Grayscale: #CFCFCF. Windows color (decimal): -2241096 or 12111325. OLE color: 12111325.
HSL color Cylindrical-coordinate representation of color #DDCDB8: hue angle of 34.05º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCDB8 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 184 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.13 |
| HSL | 34.05º | 0.35% | 0.79% | - |
| HSV(B) | 34.05º | 0.17% | 0.87% | - |
| XYZ | 60.3 | 62.5 | 54.23 | - |
| YUV | 207.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 184 | 0 | 0.07 | 0.17 | 0.13 | 34.05 | 0.35 | 0.79 |
| Hex | DD | CD | B8 | 0 | 7 | 11 | D | 22 | 23 | 4F |
| Octal | 335 | 315 | 270 | 0 | 7 | 21 | 15 | 42 | 43 | 117 |
| Binary | 11011101 | 11001101 | 10111000 | 0 | 111 | 10001 | 1101 | 100010 | 100011 | 1001111 |
Color Harmonies of #DDCDB8
Complementary color
Monochromatic Colors of #DDCDB8
Black with #DDCDB8
Text Example
Text Example
White with #DDCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDB8; }
p { color: rgb(221,205,184); }
H1.HeaderClassName
{
color: #DDCDB8;
}
.AnyTagClassName
{
color: #DDCDB8;
}
</style>
background-color css
<style>
a { background-color: #DDCDB8; }
a { background-color: rgb(221,205,184); }
div.DivClassName
{
background-color: #DDCDB8;
}
.BgClassName
{
background-color: #DDCDB8;
}
</style>
border-color css
<style>
span { border-color: #DDCDB8; }
span { border-color: rgb(221,205,184); }
td.TdClassName
{
border-color: #DDCDB8;
}
.TagClassName
{
border-color: #DDCDB8;
}
</style>