Shades of Spanish White #DCCEBA
Tints of Spanish White #DCCEBA
RGB
CMYK
RGB Variations
Color information
#DCCEBA (or 0xDCCEBA) is known color: Spanish White. HEX triplet: DC, CE and BA. RGB value is (220,206,186). Sum of RGB (Red+Green+Blue) = 220+206+186=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEBA is #233145. Grayscale: #D0D0D0. Windows color (decimal): -2306374 or 12242652. OLE color: 12242652.
HSL color Cylindrical-coordinate representation of color #DCCEBA: hue angle of 35.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCEBA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 186 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.14 |
| HSL | 35.29º | 0.33% | 0.8% | - |
| HSV(B) | 35.29º | 0.15% | 0.86% | - |
| XYZ | 60.45 | 62.9 | 55.41 | - |
| YUV | 207.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 186 | 0 | 0.06 | 0.15 | 0.14 | 35.29 | 0.33 | 0.8 |
| Hex | DC | CE | BA | 0 | 6 | F | E | 23 | 21 | 50 |
| Octal | 334 | 316 | 272 | 0 | 6 | 17 | 16 | 43 | 41 | 120 |
| Binary | 11011100 | 11001110 | 10111010 | 0 | 110 | 1111 | 1110 | 100011 | 100001 | 1010000 |
Color Harmonies of #DCCEBA
Complementary color
Monochromatic Colors of #DCCEBA
Black with #DCCEBA
Text Example
Text Example
White with #DCCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEBA; }
p { color: rgb(220,206,186); }
H1.HeaderClassName
{
color: #DCCEBA;
}
.AnyTagClassName
{
color: #DCCEBA;
}
</style>
background-color css
<style>
a { background-color: #DCCEBA; }
a { background-color: rgb(220,206,186); }
div.DivClassName
{
background-color: #DCCEBA;
}
.BgClassName
{
background-color: #DCCEBA;
}
</style>
border-color css
<style>
span { border-color: #DCCEBA; }
span { border-color: rgb(220,206,186); }
td.TdClassName
{
border-color: #DCCEBA;
}
.TagClassName
{
border-color: #DCCEBA;
}
</style>