Shades of Spanish White #DCCEB0
Tints of Spanish White #DCCEB0
RGB
CMYK
RGB Variations
Color information
#DCCEB0 (or 0xDCCEB0) is known color: Spanish White. HEX triplet: DC, CE and B0. RGB value is (220,206,176). Sum of RGB (Red+Green+Blue) = 220+206+176=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEB0 is #23314F. Grayscale: #CECECE. Windows color (decimal): -2306384 or 11587292. OLE color: 11587292.
HSL color Cylindrical-coordinate representation of color #DCCEB0: hue angle of 40.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCEB0 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 176 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.14 |
| HSL | 40.91º | 0.39% | 0.78% | - |
| HSV(B) | 40.91º | 0.2% | 0.86% | - |
| XYZ | 59.42 | 62.49 | 50 | - |
| YUV | 206.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 176 | 0 | 0.06 | 0.2 | 0.14 | 40.91 | 0.39 | 0.78 |
| Hex | DC | CE | B0 | 0 | 6 | 14 | E | 29 | 27 | 4E |
| Octal | 334 | 316 | 260 | 0 | 6 | 24 | 16 | 51 | 47 | 116 |
| Binary | 11011100 | 11001110 | 10110000 | 0 | 110 | 10100 | 1110 | 101001 | 100111 | 1001110 |
Color Harmonies of #DCCEB0
Complementary color
Monochromatic Colors of #DCCEB0
Black with #DCCEB0
Text Example
Text Example
White with #DCCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEB0; }
p { color: rgb(220,206,176); }
H1.HeaderClassName
{
color: #DCCEB0;
}
.AnyTagClassName
{
color: #DCCEB0;
}
</style>
background-color css
<style>
a { background-color: #DCCEB0; }
a { background-color: rgb(220,206,176); }
div.DivClassName
{
background-color: #DCCEB0;
}
.BgClassName
{
background-color: #DCCEB0;
}
</style>
border-color css
<style>
span { border-color: #DCCEB0; }
span { border-color: rgb(220,206,176); }
td.TdClassName
{
border-color: #DCCEB0;
}
.TagClassName
{
border-color: #DCCEB0;
}
</style>