Shades of Spanish White #DBCCB2
Tints of Spanish White #DBCCB2
RGB
CMYK
RGB Variations
Color information
#DBCCB2 (or 0xDBCCB2) is known color: Spanish White. HEX triplet: DB, CC and B2. RGB value is (219,204,178). Sum of RGB (Red+Green+Blue) = 219+204+178=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCB2 is #24334D. Grayscale: #CDCDCD. Windows color (decimal): -2372430 or 11717851. OLE color: 11717851.
HSL color Cylindrical-coordinate representation of color #DBCCB2: hue angle of 38.05º degrees, saturation: 0.36, 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 #DBCCB2 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 178 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.14 |
| HSL | 38.05º | 0.36% | 0.78% | - |
| HSV(B) | 38.05º | 0.19% | 0.86% | - |
| XYZ | 58.84 | 61.46 | 50.88 | - |
| YUV | 205.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 178 | 0 | 0.07 | 0.19 | 0.14 | 38.05 | 0.36 | 0.78 |
| Hex | DB | CC | B2 | 0 | 7 | 13 | E | 26 | 24 | 4E |
| Octal | 333 | 314 | 262 | 0 | 7 | 23 | 16 | 46 | 44 | 116 |
| Binary | 11011011 | 11001100 | 10110010 | 0 | 111 | 10011 | 1110 | 100110 | 100100 | 1001110 |
Color Harmonies of #DBCCB2
Complementary color
Monochromatic Colors of #DBCCB2
Black with #DBCCB2
Text Example
Text Example
White with #DBCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCB2; }
p { color: rgb(219,204,178); }
H1.HeaderClassName
{
color: #DBCCB2;
}
.AnyTagClassName
{
color: #DBCCB2;
}
</style>
background-color css
<style>
a { background-color: #DBCCB2; }
a { background-color: rgb(219,204,178); }
div.DivClassName
{
background-color: #DBCCB2;
}
.BgClassName
{
background-color: #DBCCB2;
}
</style>
border-color css
<style>
span { border-color: #DBCCB2; }
span { border-color: rgb(219,204,178); }
td.TdClassName
{
border-color: #DBCCB2;
}
.TagClassName
{
border-color: #DBCCB2;
}
</style>