Shades of Aths Special #D4CCBB
Tints of Aths Special #D4CCBB
RGB
CMYK
RGB Variations
Color information
#D4CCBB (or 0xD4CCBB) is known color: Aths Special. HEX triplet: D4, CC and BB. RGB value is (212,204,187). Sum of RGB (Red+Green+Blue) = 212+204+187=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCBB is #2B3344. Grayscale: #CCCCCC. Windows color (decimal): -2831173 or 12307668. OLE color: 12307668.
HSL color Cylindrical-coordinate representation of color #D4CCBB: hue angle of 40.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CCBB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 187 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.17 |
| HSL | 40.8º | 0.23% | 0.78% | - |
| HSV(B) | 40.8º | 0.12% | 0.83% | - |
| XYZ | 57.71 | 60.77 | 55.7 | - |
| YUV | 204.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 187 | 0 | 0.04 | 0.12 | 0.17 | 40.8 | 0.23 | 0.78 |
| Hex | D4 | CC | BB | 0 | 4 | C | 11 | 29 | 17 | 4E |
| Octal | 324 | 314 | 273 | 0 | 4 | 14 | 21 | 51 | 27 | 116 |
| Binary | 11010100 | 11001100 | 10111011 | 0 | 100 | 1100 | 10001 | 101001 | 10111 | 1001110 |
Color Harmonies of #D4CCBB
Complementary color
Monochromatic Colors of #D4CCBB
Black with #D4CCBB
Text Example
Text Example
White with #D4CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCBB; }
p { color: rgb(212,204,187); }
H1.HeaderClassName
{
color: #D4CCBB;
}
.AnyTagClassName
{
color: #D4CCBB;
}
</style>
background-color css
<style>
a { background-color: #D4CCBB; }
a { background-color: rgb(212,204,187); }
div.DivClassName
{
background-color: #D4CCBB;
}
.BgClassName
{
background-color: #D4CCBB;
}
</style>
border-color css
<style>
span { border-color: #D4CCBB; }
span { border-color: rgb(212,204,187); }
td.TdClassName
{
border-color: #D4CCBB;
}
.TagClassName
{
border-color: #D4CCBB;
}
</style>