Shades of Spanish White #DCCDB5
Tints of Spanish White #DCCDB5
RGB
CMYK
RGB Variations
Color information
#DCCDB5 (or 0xDCCDB5) is known color: Spanish White. HEX triplet: DC, CD and B5. RGB value is (220,205,181). Sum of RGB (Red+Green+Blue) = 220+205+181=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB5 is #23324A. Grayscale: #CECECE. Windows color (decimal): -2306635 or 11914716. OLE color: 11914716.
HSL color Cylindrical-coordinate representation of color #DCCDB5: hue angle of 36.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCDB5 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 181 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.14 |
| HSL | 36.92º | 0.36% | 0.79% | - |
| HSV(B) | 36.92º | 0.18% | 0.86% | - |
| XYZ | 59.69 | 62.21 | 52.58 | - |
| YUV | 206.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 181 | 0 | 0.07 | 0.18 | 0.14 | 36.92 | 0.36 | 0.79 |
| Hex | DC | CD | B5 | 0 | 7 | 12 | E | 25 | 24 | 4F |
| Octal | 334 | 315 | 265 | 0 | 7 | 22 | 16 | 45 | 44 | 117 |
| Binary | 11011100 | 11001101 | 10110101 | 0 | 111 | 10010 | 1110 | 100101 | 100100 | 1001111 |
Color Harmonies of #DCCDB5
Complementary color
Monochromatic Colors of #DCCDB5
Black with #DCCDB5
Text Example
Text Example
White with #DCCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDB5; }
p { color: rgb(220,205,181); }
H1.HeaderClassName
{
color: #DCCDB5;
}
.AnyTagClassName
{
color: #DCCDB5;
}
</style>
background-color css
<style>
a { background-color: #DCCDB5; }
a { background-color: rgb(220,205,181); }
div.DivClassName
{
background-color: #DCCDB5;
}
.BgClassName
{
background-color: #DCCDB5;
}
</style>
border-color css
<style>
span { border-color: #DCCDB5; }
span { border-color: rgb(220,205,181); }
td.TdClassName
{
border-color: #DCCDB5;
}
.TagClassName
{
border-color: #DCCDB5;
}
</style>