Shades of Spanish White #DBCDB2
Tints of Spanish White #DBCDB2
RGB
CMYK
RGB Variations
Color information
#DBCDB2 (or 0xDBCDB2) is known color: Spanish White. HEX triplet: DB, CD and B2. RGB value is (219,205,178). Sum of RGB (Red+Green+Blue) = 219+205+178=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDB2 is #24324D. Grayscale: #CECECE. Windows color (decimal): -2372174 or 11718107. OLE color: 11718107.
HSL color Cylindrical-coordinate representation of color #DBCDB2: hue angle of 39.51º 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 #DBCDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 205 | 178 | - |
CMYK | 0 | 0.06 | 0.19 | 0.14 |
HSL | 39.51º | 0.36% | 0.78% | - |
HSV(B) | 39.51º | 0.19% | 0.86% | - |
XYZ | 59.08 | 61.94 | 50.96 | - |
YUV | 206.11 | 112.14 | 137.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 205 | 178 | 0 | 0.06 | 0.19 | 0.14 | 39.51 | 0.36 | 0.78 |
Hex | DB | CD | B2 | 0 | 6 | 13 | E | 28 | 24 | 4E |
Octal | 333 | 315 | 262 | 0 | 6 | 23 | 16 | 50 | 44 | 116 |
Binary | 11011011 | 11001101 | 10110010 | 0 | 110 | 10011 | 1110 | 101000 | 100100 | 1001110 |
Color Harmonies of #DBCDB2
Complementary color
Monochromatic Colors of #DBCDB2
Black with #DBCDB2
Text Example
Text Example
White with #DBCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDB2; }
p { color: rgb(219,205,178); }
H1.HeaderClassName
{
color: #DBCDB2;
}
.AnyTagClassName
{
color: #DBCDB2;
}
</style>
background-color css
<style>
a { background-color: #DBCDB2; }
a { background-color: rgb(219,205,178); }
div.DivClassName
{
background-color: #DBCDB2;
}
.BgClassName
{
background-color: #DBCDB2;
}
</style>
border-color css
<style>
span { border-color: #DBCDB2; }
span { border-color: rgb(219,205,178); }
td.TdClassName
{
border-color: #DBCDB2;
}
.TagClassName
{
border-color: #DBCDB2;
}
</style>