Shades of Aths Special #D9CEAF
Tints of Aths Special #D9CEAF
RGB
CMYK
RGB Variations
Color information
#D9CEAF (or 0xD9CEAF) is known color: Aths Special. HEX triplet: D9, CE and AF. RGB value is (217,206,175). Sum of RGB (Red+Green+Blue) = 217+206+175=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CEAF is #263150. Grayscale: #CDCDCD. Windows color (decimal): -2502993 or 11521753. OLE color: 11521753.
HSL color Cylindrical-coordinate representation of color #D9CEAF: hue angle of 44.29º 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 #D9CEAF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 175 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.15 |
| HSL | 44.29º | 0.36% | 0.77% | - |
| HSV(B) | 44.29º | 0.19% | 0.85% | - |
| XYZ | 58.42 | 61.99 | 49.44 | - |
| YUV | 205.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 175 | 0 | 0.05 | 0.19 | 0.15 | 44.29 | 0.36 | 0.77 |
| Hex | D9 | CE | AF | 0 | 5 | 13 | F | 2C | 24 | 4D |
| Octal | 331 | 316 | 257 | 0 | 5 | 23 | 17 | 54 | 44 | 115 |
| Binary | 11011001 | 11001110 | 10101111 | 0 | 101 | 10011 | 1111 | 101100 | 100100 | 1001101 |
Color Harmonies of #D9CEAF
Complementary color
Monochromatic Colors of #D9CEAF
Black with #D9CEAF
Text Example
Text Example
White with #D9CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEAF; }
p { color: rgb(217,206,175); }
H1.HeaderClassName
{
color: #D9CEAF;
}
.AnyTagClassName
{
color: #D9CEAF;
}
</style>
background-color css
<style>
a { background-color: #D9CEAF; }
a { background-color: rgb(217,206,175); }
div.DivClassName
{
background-color: #D9CEAF;
}
.BgClassName
{
background-color: #D9CEAF;
}
</style>
border-color css
<style>
span { border-color: #D9CEAF; }
span { border-color: rgb(217,206,175); }
td.TdClassName
{
border-color: #D9CEAF;
}
.TagClassName
{
border-color: #D9CEAF;
}
</style>