Shades of Aths Special #DACFAB
Tints of Aths Special #DACFAB
RGB
CMYK
RGB Variations
Color information
#DACFAB (or 0xDACFAB) is known color: Aths Special. HEX triplet: DA, CF and AB. RGB value is (218,207,171). Sum of RGB (Red+Green+Blue) = 218+207+171=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACFAB is #253054. Grayscale: #CECECE. Windows color (decimal): -2437205 or 11259866. OLE color: 11259866.
HSL color Cylindrical-coordinate representation of color #DACFAB: hue angle of 45.96º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DACFAB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 171 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.15 |
| HSL | 45.96º | 0.39% | 0.76% | - |
| HSV(B) | 45.96º | 0.22% | 0.85% | - |
| XYZ | 58.58 | 62.47 | 47.5 | - |
| YUV | 206.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 171 | 0 | 0.05 | 0.22 | 0.15 | 45.96 | 0.39 | 0.76 |
| Hex | DA | CF | AB | 0 | 5 | 16 | F | 2E | 27 | 4C |
| Octal | 332 | 317 | 253 | 0 | 5 | 26 | 17 | 56 | 47 | 114 |
| Binary | 11011010 | 11001111 | 10101011 | 0 | 101 | 10110 | 1111 | 101110 | 100111 | 1001100 |
Color Harmonies of #DACFAB
Complementary color
Monochromatic Colors of #DACFAB
Black with #DACFAB
Text Example
Text Example
White with #DACFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFAB; }
p { color: rgb(218,207,171); }
H1.HeaderClassName
{
color: #DACFAB;
}
.AnyTagClassName
{
color: #DACFAB;
}
</style>
background-color css
<style>
a { background-color: #DACFAB; }
a { background-color: rgb(218,207,171); }
div.DivClassName
{
background-color: #DACFAB;
}
.BgClassName
{
background-color: #DACFAB;
}
</style>
border-color css
<style>
span { border-color: #DACFAB; }
span { border-color: rgb(218,207,171); }
td.TdClassName
{
border-color: #DACFAB;
}
.TagClassName
{
border-color: #DACFAB;
}
</style>