Shades of Spanish White #DACEB8
Tints of Spanish White #DACEB8
RGB
CMYK
RGB Variations
Color information
#DACEB8 (or 0xDACEB8) is known color: Spanish White. HEX triplet: DA, CE and B8. RGB value is (218,206,184). Sum of RGB (Red+Green+Blue) = 218+206+184=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEB8 is #253147. Grayscale: #CFCFCF. Windows color (decimal): -2437448 or 12111578. OLE color: 12111578.
HSL color Cylindrical-coordinate representation of color #DACEB8: hue angle of 38.82º 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 #DACEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 184 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.15 |
| HSL | 38.82º | 0.31% | 0.79% | - |
| HSV(B) | 38.82º | 0.16% | 0.85% | - |
| XYZ | 59.64 | 62.51 | 54.27 | - |
| YUV | 207.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 184 | 0 | 0.06 | 0.16 | 0.15 | 38.82 | 0.31 | 0.79 |
| Hex | DA | CE | B8 | 0 | 6 | 10 | F | 27 | 1F | 4F |
| Octal | 332 | 316 | 270 | 0 | 6 | 20 | 17 | 47 | 37 | 117 |
| Binary | 11011010 | 11001110 | 10111000 | 0 | 110 | 10000 | 1111 | 100111 | 11111 | 1001111 |
Color Harmonies of #DACEB8
Complementary color
Monochromatic Colors of #DACEB8
Black with #DACEB8
Text Example
Text Example
White with #DACEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEB8; }
p { color: rgb(218,206,184); }
H1.HeaderClassName
{
color: #DACEB8;
}
.AnyTagClassName
{
color: #DACEB8;
}
</style>
background-color css
<style>
a { background-color: #DACEB8; }
a { background-color: rgb(218,206,184); }
div.DivClassName
{
background-color: #DACEB8;
}
.BgClassName
{
background-color: #DACEB8;
}
</style>
border-color css
<style>
span { border-color: #DACEB8; }
span { border-color: rgb(218,206,184); }
td.TdClassName
{
border-color: #DACEB8;
}
.TagClassName
{
border-color: #DACEB8;
}
</style>