Shades of Spanish White #DCCDB2
Tints of Spanish White #DCCDB2
RGB
CMYK
RGB Variations
Color information
#DCCDB2 (or 0xDCCDB2) is known color: Spanish White. HEX triplet: DC, CD and B2. RGB value is (220,205,178). Sum of RGB (Red+Green+Blue) = 220+205+178=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDB2 is #23324D. Grayscale: #CECECE. Windows color (decimal): -2306638 or 11718108. OLE color: 11718108.
HSL color Cylindrical-coordinate representation of color #DCCDB2: hue angle of 38.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCDB2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 178 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.14 |
| HSL | 38.57º | 0.38% | 0.78% | - |
| HSV(B) | 38.57º | 0.19% | 0.86% | - |
| XYZ | 59.38 | 62.09 | 50.97 | - |
| YUV | 206.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 178 | 0 | 0.07 | 0.19 | 0.14 | 38.57 | 0.38 | 0.78 |
| Hex | DC | CD | B2 | 0 | 7 | 13 | E | 27 | 26 | 4E |
| Octal | 334 | 315 | 262 | 0 | 7 | 23 | 16 | 47 | 46 | 116 |
| Binary | 11011100 | 11001101 | 10110010 | 0 | 111 | 10011 | 1110 | 100111 | 100110 | 1001110 |
Color Harmonies of #DCCDB2
Complementary color
Monochromatic Colors of #DCCDB2
Black with #DCCDB2
Text Example
Text Example
White with #DCCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDB2; }
p { color: rgb(220,205,178); }
H1.HeaderClassName
{
color: #DCCDB2;
}
.AnyTagClassName
{
color: #DCCDB2;
}
</style>
background-color css
<style>
a { background-color: #DCCDB2; }
a { background-color: rgb(220,205,178); }
div.DivClassName
{
background-color: #DCCDB2;
}
.BgClassName
{
background-color: #DCCDB2;
}
</style>
border-color css
<style>
span { border-color: #DCCDB2; }
span { border-color: rgb(220,205,178); }
td.TdClassName
{
border-color: #DCCDB2;
}
.TagClassName
{
border-color: #DCCDB2;
}
</style>