Shades of Aths Special #DACEAC
Tints of Aths Special #DACEAC
RGB
CMYK
RGB Variations
Color information
#DACEAC (or 0xDACEAC) is known color: Aths Special. HEX triplet: DA, CE and AC. RGB value is (218,206,172). Sum of RGB (Red+Green+Blue) = 218+206+172=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACEAC is #253153. Grayscale: #CDCDCD. Windows color (decimal): -2437460 or 11325146. OLE color: 11325146.
HSL color Cylindrical-coordinate representation of color #DACEAC: hue angle of 44.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DACEAC is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 172 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.15 |
| HSL | 44.35º | 0.38% | 0.76% | - |
| HSV(B) | 44.35º | 0.21% | 0.85% | - |
| XYZ | 58.43 | 62.03 | 47.92 | - |
| YUV | 205.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 172 | 0 | 0.06 | 0.21 | 0.15 | 44.35 | 0.38 | 0.76 |
| Hex | DA | CE | AC | 0 | 6 | 15 | F | 2C | 26 | 4C |
| Octal | 332 | 316 | 254 | 0 | 6 | 25 | 17 | 54 | 46 | 114 |
| Binary | 11011010 | 11001110 | 10101100 | 0 | 110 | 10101 | 1111 | 101100 | 100110 | 1001100 |
Color Harmonies of #DACEAC
Complementary color
Monochromatic Colors of #DACEAC
Black with #DACEAC
Text Example
Text Example
White with #DACEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEAC; }
p { color: rgb(218,206,172); }
H1.HeaderClassName
{
color: #DACEAC;
}
.AnyTagClassName
{
color: #DACEAC;
}
</style>
background-color css
<style>
a { background-color: #DACEAC; }
a { background-color: rgb(218,206,172); }
div.DivClassName
{
background-color: #DACEAC;
}
.BgClassName
{
background-color: #DACEAC;
}
</style>
border-color css
<style>
span { border-color: #DACEAC; }
span { border-color: rgb(218,206,172); }
td.TdClassName
{
border-color: #DACEAC;
}
.TagClassName
{
border-color: #DACEAC;
}
</style>