Shades of Aths Special #DBCFAF
Tints of Aths Special #DBCFAF
RGB
CMYK
RGB Variations
Color information
#DBCFAF (or 0xDBCFAF) is known color: Aths Special. HEX triplet: DB, CF and AF. RGB value is (219,207,175). Sum of RGB (Red+Green+Blue) = 219+207+175=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFAF is #243050. Grayscale: #CFCFCF. Windows color (decimal): -2371665 or 11522011. OLE color: 11522011.
HSL color Cylindrical-coordinate representation of color #DBCFAF: hue angle of 43.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBCFAF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 175 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.14 |
| HSL | 43.64º | 0.38% | 0.77% | - |
| HSV(B) | 43.64º | 0.2% | 0.86% | - |
| XYZ | 59.26 | 62.78 | 49.55 | - |
| YUV | 206.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 175 | 0 | 0.05 | 0.20 | 0.14 | 43.64 | 0.38 | 0.77 |
| Hex | DB | CF | AF | 0 | 5 | 14 | E | 2C | 26 | 4D |
| Octal | 333 | 317 | 257 | 0 | 5 | 24 | 16 | 54 | 46 | 115 |
| Binary | 11011011 | 11001111 | 10101111 | 0 | 101 | 10100 | 1110 | 101100 | 100110 | 1001101 |
Color Harmonies of #DBCFAF
Complementary color
Monochromatic Colors of #DBCFAF
Black with #DBCFAF
Text Example
Text Example
White with #DBCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFAF; }
p { color: rgb(219,207,175); }
H1.HeaderClassName
{
color: #DBCFAF;
}
.AnyTagClassName
{
color: #DBCFAF;
}
</style>
background-color css
<style>
a { background-color: #DBCFAF; }
a { background-color: rgb(219,207,175); }
div.DivClassName
{
background-color: #DBCFAF;
}
.BgClassName
{
background-color: #DBCFAF;
}
</style>
border-color css
<style>
span { border-color: #DBCFAF; }
span { border-color: rgb(219,207,175); }
td.TdClassName
{
border-color: #DBCFAF;
}
.TagClassName
{
border-color: #DBCFAF;
}
</style>