Shades of Aths Special #D8CDB6
Tints of Aths Special #D8CDB6
RGB
CMYK
RGB Variations
Color information
#D8CDB6 (or 0xD8CDB6) is known color: Aths Special. HEX triplet: D8, CD and B6. RGB value is (216,205,182). Sum of RGB (Red+Green+Blue) = 216+205+182=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDB6 is #273249. Grayscale: #CDCDCD. Windows color (decimal): -2568778 or 11980248. OLE color: 11980248.
HSL color Cylindrical-coordinate representation of color #D8CDB6: hue angle of 40.59º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8CDB6 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 182 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.15 |
| HSL | 40.59º | 0.3% | 0.78% | - |
| HSV(B) | 40.59º | 0.16% | 0.85% | - |
| XYZ | 58.59 | 61.64 | 53.07 | - |
| YUV | 205.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 182 | 0 | 0.05 | 0.16 | 0.15 | 40.59 | 0.3 | 0.78 |
| Hex | D8 | CD | B6 | 0 | 5 | 10 | F | 29 | 1E | 4E |
| Octal | 330 | 315 | 266 | 0 | 5 | 20 | 17 | 51 | 36 | 116 |
| Binary | 11011000 | 11001101 | 10110110 | 0 | 101 | 10000 | 1111 | 101001 | 11110 | 1001110 |
Color Harmonies of #D8CDB6
Complementary color
Monochromatic Colors of #D8CDB6
Black with #D8CDB6
Text Example
Text Example
White with #D8CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDB6; }
p { color: rgb(216,205,182); }
H1.HeaderClassName
{
color: #D8CDB6;
}
.AnyTagClassName
{
color: #D8CDB6;
}
</style>
background-color css
<style>
a { background-color: #D8CDB6; }
a { background-color: rgb(216,205,182); }
div.DivClassName
{
background-color: #D8CDB6;
}
.BgClassName
{
background-color: #D8CDB6;
}
</style>
border-color css
<style>
span { border-color: #D8CDB6; }
span { border-color: rgb(216,205,182); }
td.TdClassName
{
border-color: #D8CDB6;
}
.TagClassName
{
border-color: #D8CDB6;
}
</style>