Shades of Aths Special #D6CDB2
Tints of Aths Special #D6CDB2
RGB
CMYK
RGB Variations
Color information
#D6CDB2 (or 0xD6CDB2) is known color: Aths Special. HEX triplet: D6, CD and B2. RGB value is (214,205,178). Sum of RGB (Red+Green+Blue) = 214+205+178=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDB2 is #29324D. Grayscale: #CCCCCC. Windows color (decimal): -2699854 or 11718102. OLE color: 11718102.
HSL color Cylindrical-coordinate representation of color #D6CDB2: hue angle of 45º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CDB2 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 178 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.16 |
| HSL | 45º | 0.31% | 0.77% | - |
| HSV(B) | 45º | 0.17% | 0.84% | - |
| XYZ | 57.6 | 61.17 | 50.89 | - |
| YUV | 204.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 178 | 0 | 0.04 | 0.17 | 0.16 | 45 | 0.31 | 0.77 |
| Hex | D6 | CD | B2 | 0 | 4 | 11 | 10 | 2D | 1F | 4D |
| Octal | 326 | 315 | 262 | 0 | 4 | 21 | 20 | 55 | 37 | 115 |
| Binary | 11010110 | 11001101 | 10110010 | 0 | 100 | 10001 | 10000 | 101101 | 11111 | 1001101 |
Color Harmonies of #D6CDB2
Complementary color
Monochromatic Colors of #D6CDB2
Black with #D6CDB2
Text Example
Text Example
White with #D6CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDB2; }
p { color: rgb(214,205,178); }
H1.HeaderClassName
{
color: #D6CDB2;
}
.AnyTagClassName
{
color: #D6CDB2;
}
</style>
background-color css
<style>
a { background-color: #D6CDB2; }
a { background-color: rgb(214,205,178); }
div.DivClassName
{
background-color: #D6CDB2;
}
.BgClassName
{
background-color: #D6CDB2;
}
</style>
border-color css
<style>
span { border-color: #D6CDB2; }
span { border-color: rgb(214,205,178); }
td.TdClassName
{
border-color: #D6CDB2;
}
.TagClassName
{
border-color: #D6CDB2;
}
</style>