Shades of Aths Special #D1CBBA
Tints of Aths Special #D1CBBA
RGB
CMYK
RGB Variations
Color information
#D1CBBA (or 0xD1CBBA) is known color: Aths Special. HEX triplet: D1, CB and BA. RGB value is (209,203,186). Sum of RGB (Red+Green+Blue) = 209+203+186=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBBA is #2E3445. Grayscale: #CACACA. Windows color (decimal): -3028038 or 12241873. OLE color: 12241873.
HSL color Cylindrical-coordinate representation of color #D1CBBA: hue angle of 44.35º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CBBA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 186 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.18 |
| HSL | 44.35º | 0.2% | 0.77% | - |
| HSV(B) | 44.35º | 0.11% | 0.82% | - |
| XYZ | 56.51 | 59.81 | 55.02 | - |
| YUV | 202.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 186 | 0 | 0.03 | 0.11 | 0.18 | 44.35 | 0.2 | 0.77 |
| Hex | D1 | CB | BA | 0 | 3 | B | 12 | 2C | 14 | 4D |
| Octal | 321 | 313 | 272 | 0 | 3 | 13 | 22 | 54 | 24 | 115 |
| Binary | 11010001 | 11001011 | 10111010 | 0 | 11 | 1011 | 10010 | 101100 | 10100 | 1001101 |
Color Harmonies of #D1CBBA
Complementary color
Monochromatic Colors of #D1CBBA
Black with #D1CBBA
Text Example
Text Example
White with #D1CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBBA; }
p { color: rgb(209,203,186); }
H1.HeaderClassName
{
color: #D1CBBA;
}
.AnyTagClassName
{
color: #D1CBBA;
}
</style>
background-color css
<style>
a { background-color: #D1CBBA; }
a { background-color: rgb(209,203,186); }
div.DivClassName
{
background-color: #D1CBBA;
}
.BgClassName
{
background-color: #D1CBBA;
}
</style>
border-color css
<style>
span { border-color: #D1CBBA; }
span { border-color: rgb(209,203,186); }
td.TdClassName
{
border-color: #D1CBBA;
}
.TagClassName
{
border-color: #D1CBBA;
}
</style>