Shades of Spanish White #DBCCB8
Tints of Spanish White #DBCCB8
RGB
CMYK
RGB Variations
Color information
#DBCCB8 (or 0xDBCCB8) is known color: Spanish White. HEX triplet: DB, CC and B8. RGB value is (219,204,184). Sum of RGB (Red+Green+Blue) = 219+204+184=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCB8 is #243347. Grayscale: #CECECE. Windows color (decimal): -2372424 or 12111067. OLE color: 12111067.
HSL color Cylindrical-coordinate representation of color #DBCCB8: hue angle of 34.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCCB8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 184 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.14 |
| HSL | 34.29º | 0.33% | 0.79% | - |
| HSV(B) | 34.29º | 0.16% | 0.86% | - |
| XYZ | 59.46 | 61.71 | 54.12 | - |
| YUV | 206.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 184 | 0 | 0.07 | 0.16 | 0.14 | 34.29 | 0.33 | 0.79 |
| Hex | DB | CC | B8 | 0 | 7 | 10 | E | 22 | 21 | 4F |
| Octal | 333 | 314 | 270 | 0 | 7 | 20 | 16 | 42 | 41 | 117 |
| Binary | 11011011 | 11001100 | 10111000 | 0 | 111 | 10000 | 1110 | 100010 | 100001 | 1001111 |
Color Harmonies of #DBCCB8
Complementary color
Monochromatic Colors of #DBCCB8
Black with #DBCCB8
Text Example
Text Example
White with #DBCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCB8; }
p { color: rgb(219,204,184); }
H1.HeaderClassName
{
color: #DBCCB8;
}
.AnyTagClassName
{
color: #DBCCB8;
}
</style>
background-color css
<style>
a { background-color: #DBCCB8; }
a { background-color: rgb(219,204,184); }
div.DivClassName
{
background-color: #DBCCB8;
}
.BgClassName
{
background-color: #DBCCB8;
}
</style>
border-color css
<style>
span { border-color: #DBCCB8; }
span { border-color: rgb(219,204,184); }
td.TdClassName
{
border-color: #DBCCB8;
}
.TagClassName
{
border-color: #DBCCB8;
}
</style>