Shades of Spanish White #DFD4BC
Tints of Spanish White #DFD4BC
RGB
CMYK
RGB Variations
Color information
#DFD4BC (or 0xDFD4BC) is known color: Spanish White. HEX triplet: DF, D4 and BC. RGB value is (223,212,188). Sum of RGB (Red+Green+Blue) = 223+212+188=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4BC is #202B43. Grayscale: #D4D4D4. Windows color (decimal): -2108228 or 12375263. OLE color: 12375263.
HSL color Cylindrical-coordinate representation of color #DFD4BC: hue angle of 41.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD4BC is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 188 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.13 |
| HSL | 41.14º | 0.35% | 0.81% | - |
| HSV(B) | 41.14º | 0.16% | 0.87% | - |
| XYZ | 63.05 | 66.41 | 57.07 | - |
| YUV | 212.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 188 | 0 | 0.05 | 0.16 | 0.13 | 41.14 | 0.35 | 0.81 |
| Hex | DF | D4 | BC | 0 | 5 | 10 | D | 29 | 23 | 51 |
| Octal | 337 | 324 | 274 | 0 | 5 | 20 | 15 | 51 | 43 | 121 |
| Binary | 11011111 | 11010100 | 10111100 | 0 | 101 | 10000 | 1101 | 101001 | 100011 | 1010001 |
Color Harmonies of #DFD4BC
Complementary color
Monochromatic Colors of #DFD4BC
Black with #DFD4BC
Text Example
Text Example
White with #DFD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4BC; }
p { color: rgb(223,212,188); }
H1.HeaderClassName
{
color: #DFD4BC;
}
.AnyTagClassName
{
color: #DFD4BC;
}
</style>
background-color css
<style>
a { background-color: #DFD4BC; }
a { background-color: rgb(223,212,188); }
div.DivClassName
{
background-color: #DFD4BC;
}
.BgClassName
{
background-color: #DFD4BC;
}
</style>
border-color css
<style>
span { border-color: #DFD4BC; }
span { border-color: rgb(223,212,188); }
td.TdClassName
{
border-color: #DFD4BC;
}
.TagClassName
{
border-color: #DFD4BC;
}
</style>