Shades of Aths Special #DBCAAE
Tints of Aths Special #DBCAAE
RGB
CMYK
RGB Variations
Color information
#DBCAAE (or 0xDBCAAE) is known color: Aths Special. HEX triplet: DB, CA and AE. RGB value is (219,202,174). Sum of RGB (Red+Green+Blue) = 219+202+174=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAAE is #243551. Grayscale: #CCCCCC. Windows color (decimal): -2372946 or 11455195. OLE color: 11455195.
HSL color Cylindrical-coordinate representation of color #DBCAAE: hue angle of 37.33º degrees, saturation: 0.38, 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 #DBCAAE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 174 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.14 |
| HSL | 37.33º | 0.38% | 0.77% | - |
| HSV(B) | 37.33º | 0.21% | 0.86% | - |
| XYZ | 57.97 | 60.36 | 48.64 | - |
| YUV | 203.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 174 | 0 | 0.08 | 0.21 | 0.14 | 37.33 | 0.38 | 0.77 |
| Hex | DB | CA | AE | 0 | 8 | 15 | E | 25 | 26 | 4D |
| Octal | 333 | 312 | 256 | 0 | 10 | 25 | 16 | 45 | 46 | 115 |
| Binary | 11011011 | 11001010 | 10101110 | 0 | 1000 | 10101 | 1110 | 100101 | 100110 | 1001101 |
Color Harmonies of #DBCAAE
Complementary color
Monochromatic Colors of #DBCAAE
Black with #DBCAAE
Text Example
Text Example
White with #DBCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAAE; }
p { color: rgb(219,202,174); }
H1.HeaderClassName
{
color: #DBCAAE;
}
.AnyTagClassName
{
color: #DBCAAE;
}
</style>
background-color css
<style>
a { background-color: #DBCAAE; }
a { background-color: rgb(219,202,174); }
div.DivClassName
{
background-color: #DBCAAE;
}
.BgClassName
{
background-color: #DBCAAE;
}
</style>
border-color css
<style>
span { border-color: #DBCAAE; }
span { border-color: rgb(219,202,174); }
td.TdClassName
{
border-color: #DBCAAE;
}
.TagClassName
{
border-color: #DBCAAE;
}
</style>