Shades of Aths Special #D2CBB6
Tints of Aths Special #D2CBB6
RGB
CMYK
RGB Variations
Color information
#D2CBB6 (or 0xD2CBB6) is known color: Aths Special. HEX triplet: D2, CB and B6. RGB value is (210,203,182). Sum of RGB (Red+Green+Blue) = 210+203+182=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBB6 is #2D3449. Grayscale: #CACACA. Windows color (decimal): -2962506 or 11979730. OLE color: 11979730.
HSL color Cylindrical-coordinate representation of color #D2CBB6: hue angle of 45º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CBB6 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 182 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.18 |
| HSL | 45º | 0.24% | 0.77% | - |
| HSV(B) | 45º | 0.13% | 0.82% | - |
| XYZ | 56.38 | 59.79 | 52.83 | - |
| YUV | 202.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 182 | 0 | 0.03 | 0.13 | 0.18 | 45 | 0.24 | 0.77 |
| Hex | D2 | CB | B6 | 0 | 3 | D | 12 | 2D | 18 | 4D |
| Octal | 322 | 313 | 266 | 0 | 3 | 15 | 22 | 55 | 30 | 115 |
| Binary | 11010010 | 11001011 | 10110110 | 0 | 11 | 1101 | 10010 | 101101 | 11000 | 1001101 |
Color Harmonies of #D2CBB6
Complementary color
Monochromatic Colors of #D2CBB6
Black with #D2CBB6
Text Example
Text Example
White with #D2CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBB6; }
p { color: rgb(210,203,182); }
H1.HeaderClassName
{
color: #D2CBB6;
}
.AnyTagClassName
{
color: #D2CBB6;
}
</style>
background-color css
<style>
a { background-color: #D2CBB6; }
a { background-color: rgb(210,203,182); }
div.DivClassName
{
background-color: #D2CBB6;
}
.BgClassName
{
background-color: #D2CBB6;
}
</style>
border-color css
<style>
span { border-color: #D2CBB6; }
span { border-color: rgb(210,203,182); }
td.TdClassName
{
border-color: #D2CBB6;
}
.TagClassName
{
border-color: #D2CBB6;
}
</style>