Shades of Spanish White #DACDB8
Tints of Spanish White #DACDB8
RGB
CMYK
RGB Variations
Color information
#DACDB8 (or 0xDACDB8) is known color: Spanish White. HEX triplet: DA, CD and B8. RGB value is (218,205,184). Sum of RGB (Red+Green+Blue) = 218+205+184=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDB8 is #253247. Grayscale: #CECECE. Windows color (decimal): -2437704 or 12111322. OLE color: 12111322.
HSL color Cylindrical-coordinate representation of color #DACDB8: hue angle of 37.06º degrees, saturation: 0.31, 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 #DACDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 184 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.15 |
| HSL | 37.06º | 0.31% | 0.79% | - |
| HSV(B) | 37.06º | 0.16% | 0.85% | - |
| XYZ | 59.4 | 62.03 | 54.19 | - |
| YUV | 206.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 184 | 0 | 0.06 | 0.16 | 0.15 | 37.06 | 0.31 | 0.79 |
| Hex | DA | CD | B8 | 0 | 6 | 10 | F | 25 | 1F | 4F |
| Octal | 332 | 315 | 270 | 0 | 6 | 20 | 17 | 45 | 37 | 117 |
| Binary | 11011010 | 11001101 | 10111000 | 0 | 110 | 10000 | 1111 | 100101 | 11111 | 1001111 |
Color Harmonies of #DACDB8
Complementary color
Monochromatic Colors of #DACDB8
Black with #DACDB8
Text Example
Text Example
White with #DACDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDB8; }
p { color: rgb(218,205,184); }
H1.HeaderClassName
{
color: #DACDB8;
}
.AnyTagClassName
{
color: #DACDB8;
}
</style>
background-color css
<style>
a { background-color: #DACDB8; }
a { background-color: rgb(218,205,184); }
div.DivClassName
{
background-color: #DACDB8;
}
.BgClassName
{
background-color: #DACDB8;
}
</style>
border-color css
<style>
span { border-color: #DACDB8; }
span { border-color: rgb(218,205,184); }
td.TdClassName
{
border-color: #DACDB8;
}
.TagClassName
{
border-color: #DACDB8;
}
</style>