Shades of Spanish White #DBCEB6
Tints of Spanish White #DBCEB6
RGB
CMYK
RGB Variations
Color information
#DBCEB6 (or 0xDBCEB6) is known color: Spanish White. HEX triplet: DB, CE and B6. RGB value is (219,206,182). Sum of RGB (Red+Green+Blue) = 219+206+182=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB6 is #243149. Grayscale: #CFCFCF. Windows color (decimal): -2371914 or 11980507. OLE color: 11980507.
HSL color Cylindrical-coordinate representation of color #DBCEB6: hue angle of 38.92º degrees, saturation: 0.34, 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 #DBCEB6 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 206 | 182 | - |
CMYK | 0 | 0.06 | 0.17 | 0.14 |
HSL | 38.92º | 0.34% | 0.79% | - |
HSV(B) | 38.92º | 0.17% | 0.86% | - |
XYZ | 59.73 | 62.58 | 53.19 | - |
YUV | 207.15 | 113.81 | 136.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 206 | 182 | 0 | 0.06 | 0.17 | 0.14 | 38.92 | 0.34 | 0.79 |
Hex | DB | CE | B6 | 0 | 6 | 11 | E | 27 | 22 | 4F |
Octal | 333 | 316 | 266 | 0 | 6 | 21 | 16 | 47 | 42 | 117 |
Binary | 11011011 | 11001110 | 10110110 | 0 | 110 | 10001 | 1110 | 100111 | 100010 | 1001111 |
Color Harmonies of #DBCEB6
Complementary color
Monochromatic Colors of #DBCEB6
Black with #DBCEB6
Text Example
Text Example
White with #DBCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEB6; }
p { color: rgb(219,206,182); }
H1.HeaderClassName
{
color: #DBCEB6;
}
.AnyTagClassName
{
color: #DBCEB6;
}
</style>
background-color css
<style>
a { background-color: #DBCEB6; }
a { background-color: rgb(219,206,182); }
div.DivClassName
{
background-color: #DBCEB6;
}
.BgClassName
{
background-color: #DBCEB6;
}
</style>
border-color css
<style>
span { border-color: #DBCEB6; }
span { border-color: rgb(219,206,182); }
td.TdClassName
{
border-color: #DBCEB6;
}
.TagClassName
{
border-color: #DBCEB6;
}
</style>