Shades of Aths Special #D8CFB6
Tints of Aths Special #D8CFB6
RGB
CMYK
RGB Variations
Color information
#D8CFB6 (or 0xD8CFB6) is known color: Aths Special. HEX triplet: D8, CF and B6. RGB value is (216,207,182). Sum of RGB (Red+Green+Blue) = 216+207+182=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFB6 is #273049. Grayscale: #CECECE. Windows color (decimal): -2568266 or 11980760. OLE color: 11980760.
HSL color Cylindrical-coordinate representation of color #D8CFB6: hue angle of 44.12º 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 #D8CFB6 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 182 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.15 |
| HSL | 44.12º | 0.3% | 0.78% | - |
| HSV(B) | 44.12º | 0.16% | 0.85% | - |
| XYZ | 59.08 | 62.6 | 53.23 | - |
| YUV | 206.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 182 | 0 | 0.04 | 0.16 | 0.15 | 44.12 | 0.3 | 0.78 |
| Hex | D8 | CF | B6 | 0 | 4 | 10 | F | 2C | 1E | 4E |
| Octal | 330 | 317 | 266 | 0 | 4 | 20 | 17 | 54 | 36 | 116 |
| Binary | 11011000 | 11001111 | 10110110 | 0 | 100 | 10000 | 1111 | 101100 | 11110 | 1001110 |
Color Harmonies of #D8CFB6
Complementary color
Monochromatic Colors of #D8CFB6
Black with #D8CFB6
Text Example
Text Example
White with #D8CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFB6; }
p { color: rgb(216,207,182); }
H1.HeaderClassName
{
color: #D8CFB6;
}
.AnyTagClassName
{
color: #D8CFB6;
}
</style>
background-color css
<style>
a { background-color: #D8CFB6; }
a { background-color: rgb(216,207,182); }
div.DivClassName
{
background-color: #D8CFB6;
}
.BgClassName
{
background-color: #D8CFB6;
}
</style>
border-color css
<style>
span { border-color: #D8CFB6; }
span { border-color: rgb(216,207,182); }
td.TdClassName
{
border-color: #D8CFB6;
}
.TagClassName
{
border-color: #D8CFB6;
}
</style>