Shades of Aths Special #DBCDAE
Tints of Aths Special #DBCDAE
RGB
CMYK
RGB Variations
Color information
#DBCDAE (or 0xDBCDAE) is known color: Aths Special. HEX triplet: DB, CD and AE. RGB value is (219,205,174). Sum of RGB (Red+Green+Blue) = 219+205+174=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDAE is #243251. Grayscale: #CDCDCD. Windows color (decimal): -2372178 or 11455963. OLE color: 11455963.
HSL color Cylindrical-coordinate representation of color #DBCDAE: hue angle of 41.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 #DBCDAE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 174 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.14 |
| HSL | 41.33º | 0.38% | 0.77% | - |
| HSV(B) | 41.33º | 0.21% | 0.86% | - |
| XYZ | 58.68 | 61.78 | 48.88 | - |
| YUV | 205.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 174 | 0 | 0.06 | 0.21 | 0.14 | 41.33 | 0.38 | 0.77 |
| Hex | DB | CD | AE | 0 | 6 | 15 | E | 29 | 26 | 4D |
| Octal | 333 | 315 | 256 | 0 | 6 | 25 | 16 | 51 | 46 | 115 |
| Binary | 11011011 | 11001101 | 10101110 | 0 | 110 | 10101 | 1110 | 101001 | 100110 | 1001101 |
Color Harmonies of #DBCDAE
Complementary color
Monochromatic Colors of #DBCDAE
Black with #DBCDAE
Text Example
Text Example
White with #DBCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDAE; }
p { color: rgb(219,205,174); }
H1.HeaderClassName
{
color: #DBCDAE;
}
.AnyTagClassName
{
color: #DBCDAE;
}
</style>
background-color css
<style>
a { background-color: #DBCDAE; }
a { background-color: rgb(219,205,174); }
div.DivClassName
{
background-color: #DBCDAE;
}
.BgClassName
{
background-color: #DBCDAE;
}
</style>
border-color css
<style>
span { border-color: #DBCDAE; }
span { border-color: rgb(219,205,174); }
td.TdClassName
{
border-color: #DBCDAE;
}
.TagClassName
{
border-color: #DBCDAE;
}
</style>