Shades of Aths Special #DBCEAC
Tints of Aths Special #DBCEAC
RGB
CMYK
RGB Variations
Color information
#DBCEAC (or 0xDBCEAC) is known color: Aths Special. HEX triplet: DB, CE and AC. RGB value is (219,206,172). Sum of RGB (Red+Green+Blue) = 219+206+172=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEAC is #243153. Grayscale: #CECECE. Windows color (decimal): -2371924 or 11325147. OLE color: 11325147.
HSL color Cylindrical-coordinate representation of color #DBCEAC: hue angle of 43.4º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBCEAC is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 172 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.14 |
| HSL | 43.4º | 0.39% | 0.77% | - |
| HSV(B) | 43.4º | 0.21% | 0.86% | - |
| XYZ | 58.73 | 62.18 | 47.94 | - |
| YUV | 206.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 172 | 0 | 0.06 | 0.21 | 0.14 | 43.4 | 0.39 | 0.77 |
| Hex | DB | CE | AC | 0 | 6 | 15 | E | 2B | 27 | 4D |
| Octal | 333 | 316 | 254 | 0 | 6 | 25 | 16 | 53 | 47 | 115 |
| Binary | 11011011 | 11001110 | 10101100 | 0 | 110 | 10101 | 1110 | 101011 | 100111 | 1001101 |
Color Harmonies of #DBCEAC
Complementary color
Monochromatic Colors of #DBCEAC
Black with #DBCEAC
Text Example
Text Example
White with #DBCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEAC; }
p { color: rgb(219,206,172); }
H1.HeaderClassName
{
color: #DBCEAC;
}
.AnyTagClassName
{
color: #DBCEAC;
}
</style>
background-color css
<style>
a { background-color: #DBCEAC; }
a { background-color: rgb(219,206,172); }
div.DivClassName
{
background-color: #DBCEAC;
}
.BgClassName
{
background-color: #DBCEAC;
}
</style>
border-color css
<style>
span { border-color: #DBCEAC; }
span { border-color: rgb(219,206,172); }
td.TdClassName
{
border-color: #DBCEAC;
}
.TagClassName
{
border-color: #DBCEAC;
}
</style>