Shades of Aths Special #DBCEAD
Tints of Aths Special #DBCEAD
RGB
CMYK
RGB Variations
Color information
#DBCEAD (or 0xDBCEAD) is known color: Aths Special. HEX triplet: DB, CE and AD. RGB value is (219,206,173). Sum of RGB (Red+Green+Blue) = 219+206+173=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEAD is #243152. Grayscale: #CECECE. Windows color (decimal): -2371923 or 11390683. OLE color: 11390683.
HSL color Cylindrical-coordinate representation of color #DBCEAD: hue angle of 43.04º 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 #DBCEAD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 173 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.14 |
| HSL | 43.04º | 0.39% | 0.77% | - |
| HSV(B) | 43.04º | 0.21% | 0.86% | - |
| XYZ | 58.83 | 62.22 | 48.44 | - |
| YUV | 206.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 173 | 0 | 0.06 | 0.21 | 0.14 | 43.04 | 0.39 | 0.77 |
| Hex | DB | CE | AD | 0 | 6 | 15 | E | 2B | 27 | 4D |
| Octal | 333 | 316 | 255 | 0 | 6 | 25 | 16 | 53 | 47 | 115 |
| Binary | 11011011 | 11001110 | 10101101 | 0 | 110 | 10101 | 1110 | 101011 | 100111 | 1001101 |
Color Harmonies of #DBCEAD
Complementary color
Monochromatic Colors of #DBCEAD
Black with #DBCEAD
Text Example
Text Example
White with #DBCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEAD; }
p { color: rgb(219,206,173); }
H1.HeaderClassName
{
color: #DBCEAD;
}
.AnyTagClassName
{
color: #DBCEAD;
}
</style>
background-color css
<style>
a { background-color: #DBCEAD; }
a { background-color: rgb(219,206,173); }
div.DivClassName
{
background-color: #DBCEAD;
}
.BgClassName
{
background-color: #DBCEAD;
}
</style>
border-color css
<style>
span { border-color: #DBCEAD; }
span { border-color: rgb(219,206,173); }
td.TdClassName
{
border-color: #DBCEAD;
}
.TagClassName
{
border-color: #DBCEAD;
}
</style>