Shades of Aths Special #DACEB0
Tints of Aths Special #DACEB0
RGB
CMYK
RGB Variations
Color information
#DACEB0 (or 0xDACEB0) is known color: Aths Special. HEX triplet: DA, CE and B0. RGB value is (218,206,176). Sum of RGB (Red+Green+Blue) = 218+206+176=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACEB0 is #25314F. Grayscale: #CECECE. Windows color (decimal): -2437456 or 11587290. OLE color: 11587290.
HSL color Cylindrical-coordinate representation of color #DACEB0: hue angle of 42.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACEB0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 176 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.15 |
| HSL | 42.86º | 0.36% | 0.77% | - |
| HSV(B) | 42.86º | 0.19% | 0.85% | - |
| XYZ | 58.82 | 62.18 | 49.98 | - |
| YUV | 206.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 176 | 0 | 0.06 | 0.19 | 0.15 | 42.86 | 0.36 | 0.77 |
| Hex | DA | CE | B0 | 0 | 6 | 13 | F | 2B | 24 | 4D |
| Octal | 332 | 316 | 260 | 0 | 6 | 23 | 17 | 53 | 44 | 115 |
| Binary | 11011010 | 11001110 | 10110000 | 0 | 110 | 10011 | 1111 | 101011 | 100100 | 1001101 |
Color Harmonies of #DACEB0
Complementary color
Monochromatic Colors of #DACEB0
Black with #DACEB0
Text Example
Text Example
White with #DACEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEB0; }
p { color: rgb(218,206,176); }
H1.HeaderClassName
{
color: #DACEB0;
}
.AnyTagClassName
{
color: #DACEB0;
}
</style>
background-color css
<style>
a { background-color: #DACEB0; }
a { background-color: rgb(218,206,176); }
div.DivClassName
{
background-color: #DACEB0;
}
.BgClassName
{
background-color: #DACEB0;
}
</style>
border-color css
<style>
span { border-color: #DACEB0; }
span { border-color: rgb(218,206,176); }
td.TdClassName
{
border-color: #DACEB0;
}
.TagClassName
{
border-color: #DACEB0;
}
</style>