Shades of Aths Special #DACEAD
Tints of Aths Special #DACEAD
RGB
CMYK
RGB Variations
Color information
#DACEAD (or 0xDACEAD) is known color: Aths Special. HEX triplet: DA, CE and AD. RGB value is (218,206,173). Sum of RGB (Red+Green+Blue) = 218+206+173=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACEAD is #253152. Grayscale: #CDCDCD. Windows color (decimal): -2437459 or 11390682. OLE color: 11390682.
HSL color Cylindrical-coordinate representation of color #DACEAD: hue angle of 44º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DACEAD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 173 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.15 |
| HSL | 44º | 0.38% | 0.77% | - |
| HSV(B) | 44º | 0.21% | 0.85% | - |
| XYZ | 58.53 | 62.07 | 48.43 | - |
| YUV | 205.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 173 | 0 | 0.06 | 0.21 | 0.15 | 44 | 0.38 | 0.77 |
| Hex | DA | CE | AD | 0 | 6 | 15 | F | 2C | 26 | 4D |
| Octal | 332 | 316 | 255 | 0 | 6 | 25 | 17 | 54 | 46 | 115 |
| Binary | 11011010 | 11001110 | 10101101 | 0 | 110 | 10101 | 1111 | 101100 | 100110 | 1001101 |
Color Harmonies of #DACEAD
Complementary color
Monochromatic Colors of #DACEAD
Black with #DACEAD
Text Example
Text Example
White with #DACEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEAD; }
p { color: rgb(218,206,173); }
H1.HeaderClassName
{
color: #DACEAD;
}
.AnyTagClassName
{
color: #DACEAD;
}
</style>
background-color css
<style>
a { background-color: #DACEAD; }
a { background-color: rgb(218,206,173); }
div.DivClassName
{
background-color: #DACEAD;
}
.BgClassName
{
background-color: #DACEAD;
}
</style>
border-color css
<style>
span { border-color: #DACEAD; }
span { border-color: rgb(218,206,173); }
td.TdClassName
{
border-color: #DACEAD;
}
.TagClassName
{
border-color: #DACEAD;
}
</style>