Shades of Aths Special #D9CFB5
Tints of Aths Special #D9CFB5
RGB
CMYK
RGB Variations
Color information
#D9CFB5 (or 0xD9CFB5) is known color: Aths Special. HEX triplet: D9, CF and B5. RGB value is (217,207,181). Sum of RGB (Red+Green+Blue) = 217+207+181=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFB5 is #26304A. Grayscale: #CFCFCF. Windows color (decimal): -2502731 or 11915225. OLE color: 11915225.
HSL color Cylindrical-coordinate representation of color #D9CFB5: hue angle of 43.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CFB5 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 181 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.15 |
| HSL | 43.33º | 0.32% | 0.78% | - |
| HSV(B) | 43.33º | 0.17% | 0.85% | - |
| XYZ | 59.27 | 62.71 | 52.7 | - |
| YUV | 207.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 181 | 0 | 0.05 | 0.17 | 0.15 | 43.33 | 0.32 | 0.78 |
| Hex | D9 | CF | B5 | 0 | 5 | 11 | F | 2B | 20 | 4E |
| Octal | 331 | 317 | 265 | 0 | 5 | 21 | 17 | 53 | 40 | 116 |
| Binary | 11011001 | 11001111 | 10110101 | 0 | 101 | 10001 | 1111 | 101011 | 100000 | 1001110 |
Color Harmonies of #D9CFB5
Complementary color
Monochromatic Colors of #D9CFB5
Black with #D9CFB5
Text Example
Text Example
White with #D9CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFB5; }
p { color: rgb(217,207,181); }
H1.HeaderClassName
{
color: #D9CFB5;
}
.AnyTagClassName
{
color: #D9CFB5;
}
</style>
background-color css
<style>
a { background-color: #D9CFB5; }
a { background-color: rgb(217,207,181); }
div.DivClassName
{
background-color: #D9CFB5;
}
.BgClassName
{
background-color: #D9CFB5;
}
</style>
border-color css
<style>
span { border-color: #D9CFB5; }
span { border-color: rgb(217,207,181); }
td.TdClassName
{
border-color: #D9CFB5;
}
.TagClassName
{
border-color: #D9CFB5;
}
</style>