Shades of Aths Special #DACEB2
Tints of Aths Special #DACEB2
RGB
CMYK
RGB Variations
Color information
#DACEB2 (or 0xDACEB2) is known color: Aths Special. HEX triplet: DA, CE and B2. RGB value is (218,206,178). Sum of RGB (Red+Green+Blue) = 218+206+178=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DACEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACEB2 is #25314D. Grayscale: #CECECE. Windows color (decimal): -2437454 or 11718362. OLE color: 11718362.
HSL color Cylindrical-coordinate representation of color #DACEB2: hue angle of 42º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACEB2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 178 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.15 |
| HSL | 42º | 0.35% | 0.78% | - |
| HSV(B) | 42º | 0.18% | 0.85% | - |
| XYZ | 59.02 | 62.26 | 51.03 | - |
| YUV | 206.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 178 | 0 | 0.06 | 0.18 | 0.15 | 42 | 0.35 | 0.78 |
| Hex | DA | CE | B2 | 0 | 6 | 12 | F | 2A | 23 | 4E |
| Octal | 332 | 316 | 262 | 0 | 6 | 22 | 17 | 52 | 43 | 116 |
| Binary | 11011010 | 11001110 | 10110010 | 0 | 110 | 10010 | 1111 | 101010 | 100011 | 1001110 |
Color Harmonies of #DACEB2
Complementary color
Monochromatic Colors of #DACEB2
Black with #DACEB2
Text Example
Text Example
White with #DACEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEB2; }
p { color: rgb(218,206,178); }
H1.HeaderClassName
{
color: #DACEB2;
}
.AnyTagClassName
{
color: #DACEB2;
}
</style>
background-color css
<style>
a { background-color: #DACEB2; }
a { background-color: rgb(218,206,178); }
div.DivClassName
{
background-color: #DACEB2;
}
.BgClassName
{
background-color: #DACEB2;
}
</style>
border-color css
<style>
span { border-color: #DACEB2; }
span { border-color: rgb(218,206,178); }
td.TdClassName
{
border-color: #DACEB2;
}
.TagClassName
{
border-color: #DACEB2;
}
</style>