Shades of Aths Special #D5CDB4
Tints of Aths Special #D5CDB4
RGB
CMYK
RGB Variations
Color information
#D5CDB4 (or 0xD5CDB4) is known color: Aths Special. HEX triplet: D5, CD and B4. RGB value is (213,205,180). Sum of RGB (Red+Green+Blue) = 213+205+180=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDB4 is #2A324B. Grayscale: #CCCCCC. Windows color (decimal): -2765388 or 11849173. OLE color: 11849173.
HSL color Cylindrical-coordinate representation of color #D5CDB4: hue angle of 45.45º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CDB4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 180 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.16 |
| HSL | 45.45º | 0.28% | 0.77% | - |
| HSV(B) | 45.45º | 0.15% | 0.84% | - |
| XYZ | 57.51 | 61.1 | 51.94 | - |
| YUV | 204.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 180 | 0 | 0.04 | 0.15 | 0.16 | 45.45 | 0.28 | 0.77 |
| Hex | D5 | CD | B4 | 0 | 4 | F | 10 | 2D | 1C | 4D |
| Octal | 325 | 315 | 264 | 0 | 4 | 17 | 20 | 55 | 34 | 115 |
| Binary | 11010101 | 11001101 | 10110100 | 0 | 100 | 1111 | 10000 | 101101 | 11100 | 1001101 |
Color Harmonies of #D5CDB4
Complementary color
Monochromatic Colors of #D5CDB4
Black with #D5CDB4
Text Example
Text Example
White with #D5CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDB4; }
p { color: rgb(213,205,180); }
H1.HeaderClassName
{
color: #D5CDB4;
}
.AnyTagClassName
{
color: #D5CDB4;
}
</style>
background-color css
<style>
a { background-color: #D5CDB4; }
a { background-color: rgb(213,205,180); }
div.DivClassName
{
background-color: #D5CDB4;
}
.BgClassName
{
background-color: #D5CDB4;
}
</style>
border-color css
<style>
span { border-color: #D5CDB4; }
span { border-color: rgb(213,205,180); }
td.TdClassName
{
border-color: #D5CDB4;
}
.TagClassName
{
border-color: #D5CDB4;
}
</style>