Shades of Aths Special #DBCEAF
Tints of Aths Special #DBCEAF
RGB
CMYK
RGB Variations
Color information
#DBCEAF (or 0xDBCEAF) is known color: Aths Special. HEX triplet: DB, CE and AF. RGB value is (219,206,175). Sum of RGB (Red+Green+Blue) = 219+206+175=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEAF is #243150. Grayscale: #CECECE. Windows color (decimal): -2371921 or 11521755. OLE color: 11521755.
HSL color Cylindrical-coordinate representation of color #DBCEAF: hue angle of 42.27º 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 #DBCEAF is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 175 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.14 |
| HSL | 42.27º | 0.38% | 0.77% | - |
| HSV(B) | 42.27º | 0.2% | 0.86% | - |
| XYZ | 59.02 | 62.3 | 49.47 | - |
| YUV | 206.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 175 | 0 | 0.06 | 0.20 | 0.14 | 42.27 | 0.38 | 0.77 |
| Hex | DB | CE | AF | 0 | 6 | 14 | E | 2A | 26 | 4D |
| Octal | 333 | 316 | 257 | 0 | 6 | 24 | 16 | 52 | 46 | 115 |
| Binary | 11011011 | 11001110 | 10101111 | 0 | 110 | 10100 | 1110 | 101010 | 100110 | 1001101 |
Color Harmonies of #DBCEAF
Complementary color
Monochromatic Colors of #DBCEAF
Black with #DBCEAF
Text Example
Text Example
White with #DBCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEAF; }
p { color: rgb(219,206,175); }
H1.HeaderClassName
{
color: #DBCEAF;
}
.AnyTagClassName
{
color: #DBCEAF;
}
</style>
background-color css
<style>
a { background-color: #DBCEAF; }
a { background-color: rgb(219,206,175); }
div.DivClassName
{
background-color: #DBCEAF;
}
.BgClassName
{
background-color: #DBCEAF;
}
</style>
border-color css
<style>
span { border-color: #DBCEAF; }
span { border-color: rgb(219,206,175); }
td.TdClassName
{
border-color: #DBCEAF;
}
.TagClassName
{
border-color: #DBCEAF;
}
</style>