Shades of Aths Special #D2CBBB
Tints of Aths Special #D2CBBB
RGB
CMYK
RGB Variations
Color information
#D2CBBB (or 0xD2CBBB) is known color: Aths Special. HEX triplet: D2, CB and BB. RGB value is (210,203,187). Sum of RGB (Red+Green+Blue) = 210+203+187=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBBB is #2D3444. Grayscale: #CBCBCB. Windows color (decimal): -2962501 or 12307410. OLE color: 12307410.
HSL color Cylindrical-coordinate representation of color #D2CBBB: hue angle of 41.74º degrees, saturation: 0.2, 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 #D2CBBB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 187 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.18 |
| HSL | 41.74º | 0.2% | 0.78% | - |
| HSV(B) | 41.74º | 0.11% | 0.82% | - |
| XYZ | 56.9 | 60 | 55.6 | - |
| YUV | 203.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 187 | 0 | 0.03 | 0.11 | 0.18 | 41.74 | 0.2 | 0.78 |
| Hex | D2 | CB | BB | 0 | 3 | B | 12 | 2A | 14 | 4E |
| Octal | 322 | 313 | 273 | 0 | 3 | 13 | 22 | 52 | 24 | 116 |
| Binary | 11010010 | 11001011 | 10111011 | 0 | 11 | 1011 | 10010 | 101010 | 10100 | 1001110 |
Color Harmonies of #D2CBBB
Complementary color
Monochromatic Colors of #D2CBBB
Black with #D2CBBB
Text Example
Text Example
White with #D2CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBBB; }
p { color: rgb(210,203,187); }
H1.HeaderClassName
{
color: #D2CBBB;
}
.AnyTagClassName
{
color: #D2CBBB;
}
</style>
background-color css
<style>
a { background-color: #D2CBBB; }
a { background-color: rgb(210,203,187); }
div.DivClassName
{
background-color: #D2CBBB;
}
.BgClassName
{
background-color: #D2CBBB;
}
</style>
border-color css
<style>
span { border-color: #D2CBBB; }
span { border-color: rgb(210,203,187); }
td.TdClassName
{
border-color: #D2CBBB;
}
.TagClassName
{
border-color: #D2CBBB;
}
</style>