Shades of Aths Special #D2CBBA
Tints of Aths Special #D2CBBA
RGB
CMYK
RGB Variations
Color information
#D2CBBA (or 0xD2CBBA) is known color: Aths Special. HEX triplet: D2, CB and BA. RGB value is (210,203,186). Sum of RGB (Red+Green+Blue) = 210+203+186=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBBA is #2D3445. Grayscale: #CBCBCB. Windows color (decimal): -2962502 or 12241874. OLE color: 12241874.
HSL color Cylindrical-coordinate representation of color #D2CBBA: hue angle of 42.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2CBBA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 186 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.18 |
| HSL | 42.5º | 0.21% | 0.78% | - |
| HSV(B) | 42.5º | 0.11% | 0.82% | - |
| XYZ | 56.8 | 59.96 | 55.03 | - |
| YUV | 203.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 186 | 0 | 0.03 | 0.11 | 0.18 | 42.5 | 0.21 | 0.78 |
| Hex | D2 | CB | BA | 0 | 3 | B | 12 | 2A | 15 | 4E |
| Octal | 322 | 313 | 272 | 0 | 3 | 13 | 22 | 52 | 25 | 116 |
| Binary | 11010010 | 11001011 | 10111010 | 0 | 11 | 1011 | 10010 | 101010 | 10101 | 1001110 |
Color Harmonies of #D2CBBA
Complementary color
Monochromatic Colors of #D2CBBA
Black with #D2CBBA
Text Example
Text Example
White with #D2CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBBA; }
p { color: rgb(210,203,186); }
H1.HeaderClassName
{
color: #D2CBBA;
}
.AnyTagClassName
{
color: #D2CBBA;
}
</style>
background-color css
<style>
a { background-color: #D2CBBA; }
a { background-color: rgb(210,203,186); }
div.DivClassName
{
background-color: #D2CBBA;
}
.BgClassName
{
background-color: #D2CBBA;
}
</style>
border-color css
<style>
span { border-color: #D2CBBA; }
span { border-color: rgb(210,203,186); }
td.TdClassName
{
border-color: #D2CBBA;
}
.TagClassName
{
border-color: #D2CBBA;
}
</style>