Shades of Spanish White #DACEB5
Tints of Spanish White #DACEB5
RGB
CMYK
RGB Variations
Color information
#DACEB5 (or 0xDACEB5) is known color: Spanish White. HEX triplet: DA, CE and B5. RGB value is (218,206,181). Sum of RGB (Red+Green+Blue) = 218+206+181=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEB5 is #25314A. Grayscale: #CECECE. Windows color (decimal): -2437451 or 11914970. OLE color: 11914970.
HSL color Cylindrical-coordinate representation of color #DACEB5: hue angle of 40.54º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACEB5 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 206 | 181 | - |
CMYK | 0 | 0.06 | 0.17 | 0.15 |
HSL | 40.54º | 0.33% | 0.78% | - |
HSV(B) | 40.54º | 0.17% | 0.85% | - |
XYZ | 59.33 | 62.38 | 52.63 | - |
YUV | 206.74 | 113.48 | 136.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 206 | 181 | 0 | 0.06 | 0.17 | 0.15 | 40.54 | 0.33 | 0.78 |
Hex | DA | CE | B5 | 0 | 6 | 11 | F | 29 | 21 | 4E |
Octal | 332 | 316 | 265 | 0 | 6 | 21 | 17 | 51 | 41 | 116 |
Binary | 11011010 | 11001110 | 10110101 | 0 | 110 | 10001 | 1111 | 101001 | 100001 | 1001110 |
Color Harmonies of #DACEB5
Complementary color
Monochromatic Colors of #DACEB5
Black with #DACEB5
Text Example
Text Example
White with #DACEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEB5; }
p { color: rgb(218,206,181); }
H1.HeaderClassName
{
color: #DACEB5;
}
.AnyTagClassName
{
color: #DACEB5;
}
</style>
background-color css
<style>
a { background-color: #DACEB5; }
a { background-color: rgb(218,206,181); }
div.DivClassName
{
background-color: #DACEB5;
}
.BgClassName
{
background-color: #DACEB5;
}
</style>
border-color css
<style>
span { border-color: #DACEB5; }
span { border-color: rgb(218,206,181); }
td.TdClassName
{
border-color: #DACEB5;
}
.TagClassName
{
border-color: #DACEB5;
}
</style>