Shades of Spanish White #DBCFB8
Tints of Spanish White #DBCFB8
RGB
CMYK
RGB Variations
Color information
#DBCFB8 (or 0xDBCFB8) is known color: Spanish White. HEX triplet: DB, CF and B8. RGB value is (219,207,184). Sum of RGB (Red+Green+Blue) = 219+207+184=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFB8 is #243047. Grayscale: #D0D0D0. Windows color (decimal): -2371656 or 12111835. OLE color: 12111835.
HSL color Cylindrical-coordinate representation of color #DBCFB8: hue angle of 39.43º 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 #DBCFB8 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 184 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.14 |
| HSL | 39.43º | 0.33% | 0.79% | - |
| HSV(B) | 39.43º | 0.16% | 0.86% | - |
| XYZ | 60.18 | 63.15 | 54.36 | - |
| YUV | 207.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 184 | 0 | 0.05 | 0.16 | 0.14 | 39.43 | 0.33 | 0.79 |
| Hex | DB | CF | B8 | 0 | 5 | 10 | E | 27 | 21 | 4F |
| Octal | 333 | 317 | 270 | 0 | 5 | 20 | 16 | 47 | 41 | 117 |
| Binary | 11011011 | 11001111 | 10111000 | 0 | 101 | 10000 | 1110 | 100111 | 100001 | 1001111 |
Color Harmonies of #DBCFB8
Complementary color
Monochromatic Colors of #DBCFB8
Black with #DBCFB8
Text Example
Text Example
White with #DBCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFB8; }
p { color: rgb(219,207,184); }
H1.HeaderClassName
{
color: #DBCFB8;
}
.AnyTagClassName
{
color: #DBCFB8;
}
</style>
background-color css
<style>
a { background-color: #DBCFB8; }
a { background-color: rgb(219,207,184); }
div.DivClassName
{
background-color: #DBCFB8;
}
.BgClassName
{
background-color: #DBCFB8;
}
</style>
border-color css
<style>
span { border-color: #DBCFB8; }
span { border-color: rgb(219,207,184); }
td.TdClassName
{
border-color: #DBCFB8;
}
.TagClassName
{
border-color: #DBCFB8;
}
</style>