Shades of Aths Special #D3CBBB
Tints of Aths Special #D3CBBB
RGB
CMYK
RGB Variations
Color information
#D3CBBB (or 0xD3CBBB) is known color: Aths Special. HEX triplet: D3, CB and BB. RGB value is (211,203,187). Sum of RGB (Red+Green+Blue) = 211+203+187=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBBB is #2C3444. Grayscale: #CBCBCB. Windows color (decimal): -2896965 or 12307411. OLE color: 12307411.
HSL color Cylindrical-coordinate representation of color #D3CBBB: hue angle of 40º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CBBB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 187 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.17 |
| HSL | 40º | 0.21% | 0.78% | - |
| HSV(B) | 40º | 0.11% | 0.83% | - |
| XYZ | 57.19 | 60.15 | 55.61 | - |
| YUV | 203.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 187 | 0 | 0.04 | 0.11 | 0.17 | 40 | 0.21 | 0.78 |
| Hex | D3 | CB | BB | 0 | 4 | B | 11 | 28 | 15 | 4E |
| Octal | 323 | 313 | 273 | 0 | 4 | 13 | 21 | 50 | 25 | 116 |
| Binary | 11010011 | 11001011 | 10111011 | 0 | 100 | 1011 | 10001 | 101000 | 10101 | 1001110 |
Color Harmonies of #D3CBBB
Complementary color
Monochromatic Colors of #D3CBBB
Black with #D3CBBB
Text Example
Text Example
White with #D3CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBBB; }
p { color: rgb(211,203,187); }
H1.HeaderClassName
{
color: #D3CBBB;
}
.AnyTagClassName
{
color: #D3CBBB;
}
</style>
background-color css
<style>
a { background-color: #D3CBBB; }
a { background-color: rgb(211,203,187); }
div.DivClassName
{
background-color: #D3CBBB;
}
.BgClassName
{
background-color: #D3CBBB;
}
</style>
border-color css
<style>
span { border-color: #D3CBBB; }
span { border-color: rgb(211,203,187); }
td.TdClassName
{
border-color: #D3CBBB;
}
.TagClassName
{
border-color: #D3CBBB;
}
</style>