Shades of Spanish White #DACDB7
Tints of Spanish White #DACDB7
RGB
CMYK
RGB Variations
Color information
#DACDB7 (or 0xDACDB7) is known color: Spanish White. HEX triplet: DA, CD and B7. RGB value is (218,205,183). Sum of RGB (Red+Green+Blue) = 218+205+183=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDB7 is #253248. Grayscale: #CECECE. Windows color (decimal): -2437705 or 12045786. OLE color: 12045786.
HSL color Cylindrical-coordinate representation of color #DACDB7: hue angle of 37.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DACDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 183 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.15 |
| HSL | 37.71º | 0.32% | 0.79% | - |
| HSV(B) | 37.71º | 0.16% | 0.85% | - |
| XYZ | 59.29 | 61.99 | 53.64 | - |
| YUV | 206.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 183 | 0 | 0.06 | 0.16 | 0.15 | 37.71 | 0.32 | 0.79 |
| Hex | DA | CD | B7 | 0 | 6 | 10 | F | 26 | 20 | 4F |
| Octal | 332 | 315 | 267 | 0 | 6 | 20 | 17 | 46 | 40 | 117 |
| Binary | 11011010 | 11001101 | 10110111 | 0 | 110 | 10000 | 1111 | 100110 | 100000 | 1001111 |
Color Harmonies of #DACDB7
Complementary color
Monochromatic Colors of #DACDB7
Black with #DACDB7
Text Example
Text Example
White with #DACDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDB7; }
p { color: rgb(218,205,183); }
H1.HeaderClassName
{
color: #DACDB7;
}
.AnyTagClassName
{
color: #DACDB7;
}
</style>
background-color css
<style>
a { background-color: #DACDB7; }
a { background-color: rgb(218,205,183); }
div.DivClassName
{
background-color: #DACDB7;
}
.BgClassName
{
background-color: #DACDB7;
}
</style>
border-color css
<style>
span { border-color: #DACDB7; }
span { border-color: rgb(218,205,183); }
td.TdClassName
{
border-color: #DACDB7;
}
.TagClassName
{
border-color: #DACDB7;
}
</style>