Shades of Spanish White #DCCEB7
Tints of Spanish White #DCCEB7
RGB
CMYK
RGB Variations
Color information
#DCCEB7 (or 0xDCCEB7) is known color: Spanish White. HEX triplet: DC, CE and B7. RGB value is (220,206,183). Sum of RGB (Red+Green+Blue) = 220+206+183=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEB7 is #233148. Grayscale: #CFCFCF. Windows color (decimal): -2306377 or 12046044. OLE color: 12046044.
HSL color Cylindrical-coordinate representation of color #DCCEB7: hue angle of 37.3º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCEB7 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 183 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.14 |
| HSL | 37.3º | 0.35% | 0.79% | - |
| HSV(B) | 37.3º | 0.17% | 0.86% | - |
| XYZ | 60.13 | 62.78 | 53.75 | - |
| YUV | 207.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 183 | 0 | 0.06 | 0.17 | 0.14 | 37.3 | 0.35 | 0.79 |
| Hex | DC | CE | B7 | 0 | 6 | 11 | E | 25 | 23 | 4F |
| Octal | 334 | 316 | 267 | 0 | 6 | 21 | 16 | 45 | 43 | 117 |
| Binary | 11011100 | 11001110 | 10110111 | 0 | 110 | 10001 | 1110 | 100101 | 100011 | 1001111 |
Color Harmonies of #DCCEB7
Complementary color
Monochromatic Colors of #DCCEB7
Black with #DCCEB7
Text Example
Text Example
White with #DCCEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEB7; }
p { color: rgb(220,206,183); }
H1.HeaderClassName
{
color: #DCCEB7;
}
.AnyTagClassName
{
color: #DCCEB7;
}
</style>
background-color css
<style>
a { background-color: #DCCEB7; }
a { background-color: rgb(220,206,183); }
div.DivClassName
{
background-color: #DCCEB7;
}
.BgClassName
{
background-color: #DCCEB7;
}
</style>
border-color css
<style>
span { border-color: #DCCEB7; }
span { border-color: rgb(220,206,183); }
td.TdClassName
{
border-color: #DCCEB7;
}
.TagClassName
{
border-color: #DCCEB7;
}
</style>