Shades of Spanish White #DCCEB6
Tints of Spanish White #DCCEB6
RGB
CMYK
RGB Variations
Color information
#DCCEB6 (or 0xDCCEB6) is known color: Spanish White. HEX triplet: DC, CE and B6. RGB value is (220,206,182). Sum of RGB (Red+Green+Blue) = 220+206+182=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEB6 is #233149. Grayscale: #CFCFCF. Windows color (decimal): -2306378 or 11980508. OLE color: 11980508.
HSL color Cylindrical-coordinate representation of color #DCCEB6: hue angle of 37.89º 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 #DCCEB6 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 206 | 182 | - |
CMYK | 0 | 0.06 | 0.17 | 0.14 |
HSL | 37.89º | 0.35% | 0.79% | - |
HSV(B) | 37.89º | 0.17% | 0.86% | - |
XYZ | 60.03 | 62.74 | 53.2 | - |
YUV | 207.45 | 113.64 | 136.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 182 | 0 | 0.06 | 0.17 | 0.14 | 37.89 | 0.35 | 0.79 |
Hex | DC | CE | B6 | 0 | 6 | 11 | E | 26 | 23 | 4F |
Octal | 334 | 316 | 266 | 0 | 6 | 21 | 16 | 46 | 43 | 117 |
Binary | 11011100 | 11001110 | 10110110 | 0 | 110 | 10001 | 1110 | 100110 | 100011 | 1001111 |
Color Harmonies of #DCCEB6
Complementary color
Monochromatic Colors of #DCCEB6
Black with #DCCEB6
Text Example
Text Example
White with #DCCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEB6; }
p { color: rgb(220,206,182); }
H1.HeaderClassName
{
color: #DCCEB6;
}
.AnyTagClassName
{
color: #DCCEB6;
}
</style>
background-color css
<style>
a { background-color: #DCCEB6; }
a { background-color: rgb(220,206,182); }
div.DivClassName
{
background-color: #DCCEB6;
}
.BgClassName
{
background-color: #DCCEB6;
}
</style>
border-color css
<style>
span { border-color: #DCCEB6; }
span { border-color: rgb(220,206,182); }
td.TdClassName
{
border-color: #DCCEB6;
}
.TagClassName
{
border-color: #DCCEB6;
}
</style>