Shades of Aths Special #D1CBBB
Tints of Aths Special #D1CBBB
RGB
CMYK
RGB Variations
Color information
#D1CBBB (or 0xD1CBBB) is known color: Aths Special. HEX triplet: D1, CB and BB. RGB value is (209,203,187). Sum of RGB (Red+Green+Blue) = 209+203+187=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBBB is #2E3444. Grayscale: #CBCBCB. Windows color (decimal): -3028037 or 12307409. OLE color: 12307409.
HSL color Cylindrical-coordinate representation of color #D1CBBB: hue angle of 43.64º degrees, saturation: 0.19, 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 #D1CBBB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 203 | 187 | - |
CMYK | 0 | 0.03 | 0.11 | 0.18 |
HSL | 43.64º | 0.19% | 0.78% | - |
HSV(B) | 43.64º | 0.11% | 0.82% | - |
XYZ | 56.62 | 59.86 | 55.58 | - |
YUV | 202.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 203 | 187 | 0 | 0.03 | 0.11 | 0.18 | 43.64 | 0.19 | 0.78 |
Hex | D1 | CB | BB | 0 | 3 | B | 12 | 2C | 13 | 4E |
Octal | 321 | 313 | 273 | 0 | 3 | 13 | 22 | 54 | 23 | 116 |
Binary | 11010001 | 11001011 | 10111011 | 0 | 11 | 1011 | 10010 | 101100 | 10011 | 1001110 |
Color Harmonies of #D1CBBB
Complementary color
Monochromatic Colors of #D1CBBB
Black with #D1CBBB
Text Example
Text Example
White with #D1CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBBB; }
p { color: rgb(209,203,187); }
H1.HeaderClassName
{
color: #D1CBBB;
}
.AnyTagClassName
{
color: #D1CBBB;
}
</style>
background-color css
<style>
a { background-color: #D1CBBB; }
a { background-color: rgb(209,203,187); }
div.DivClassName
{
background-color: #D1CBBB;
}
.BgClassName
{
background-color: #D1CBBB;
}
</style>
border-color css
<style>
span { border-color: #D1CBBB; }
span { border-color: rgb(209,203,187); }
td.TdClassName
{
border-color: #D1CBBB;
}
.TagClassName
{
border-color: #D1CBBB;
}
</style>