Shades of Aths Special #D5CDB5
Tints of Aths Special #D5CDB5
RGB
CMYK
RGB Variations
Color information
#D5CDB5 (or 0xD5CDB5) is known color: Aths Special. HEX triplet: D5, CD and B5. RGB value is (213,205,181). Sum of RGB (Red+Green+Blue) = 213+205+181=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDB5 is #2A324A. Grayscale: #CCCCCC. Windows color (decimal): -2765387 or 11914709. OLE color: 11914709.
HSL color Cylindrical-coordinate representation of color #D5CDB5: hue angle of 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 #D5CDB5 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 205 | 181 | - |
CMYK | 0 | 0.04 | 0.15 | 0.16 |
HSL | 45º | 0.28% | 0.77% | - |
HSV(B) | 45º | 0.15% | 0.84% | - |
XYZ | 57.61 | 61.14 | 52.48 | - |
YUV | 204.66 | 114.65 | 133.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 181 | 0 | 0.04 | 0.15 | 0.16 | 45 | 0.28 | 0.77 |
Hex | D5 | CD | B5 | 0 | 4 | F | 10 | 2D | 1C | 4D |
Octal | 325 | 315 | 265 | 0 | 4 | 17 | 20 | 55 | 34 | 115 |
Binary | 11010101 | 11001101 | 10110101 | 0 | 100 | 1111 | 10000 | 101101 | 11100 | 1001101 |
Color Harmonies of #D5CDB5
Complementary color
Monochromatic Colors of #D5CDB5
Black with #D5CDB5
Text Example
Text Example
White with #D5CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDB5; }
p { color: rgb(213,205,181); }
H1.HeaderClassName
{
color: #D5CDB5;
}
.AnyTagClassName
{
color: #D5CDB5;
}
</style>
background-color css
<style>
a { background-color: #D5CDB5; }
a { background-color: rgb(213,205,181); }
div.DivClassName
{
background-color: #D5CDB5;
}
.BgClassName
{
background-color: #D5CDB5;
}
</style>
border-color css
<style>
span { border-color: #D5CDB5; }
span { border-color: rgb(213,205,181); }
td.TdClassName
{
border-color: #D5CDB5;
}
.TagClassName
{
border-color: #D5CDB5;
}
</style>