Shades of Shilo #DBAEA2
Tints of Shilo #DBAEA2
RGB
CMYK
RGB Variations
Color information
#DBAEA2 (or 0xDBAEA2) is known color: Shilo. HEX triplet: DB, AE and A2. RGB value is (219,174,162). Sum of RGB (Red+Green+Blue) = 219+174+162=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEA2 is #24515D. Grayscale: #BABABA. Windows color (decimal): -2380126 or 10661595. OLE color: 10661595.
HSL color Cylindrical-coordinate representation of color #DBAEA2: hue angle of 12.63º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAEA2 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 162 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.14 |
| HSL | 12.63º | 0.44% | 0.75% | - |
| HSV(B) | 12.63º | 0.26% | 0.86% | - |
| XYZ | 50.87 | 47.94 | 40.75 | - |
| YUV | 186.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 162 | 0 | 0.21 | 0.26 | 0.14 | 12.63 | 0.44 | 0.75 |
| Hex | DB | AE | A2 | 0 | 15 | 1A | E | D | 2C | 4B |
| Octal | 333 | 256 | 242 | 0 | 25 | 32 | 16 | 15 | 54 | 113 |
| Binary | 11011011 | 10101110 | 10100010 | 0 | 10101 | 11010 | 1110 | 1101 | 101100 | 1001011 |
Color Harmonies of #DBAEA2
Complementary color
Monochromatic Colors of #DBAEA2
Black with #DBAEA2
Text Example
Text Example
White with #DBAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEA2; }
p { color: rgb(219,174,162); }
H1.HeaderClassName
{
color: #DBAEA2;
}
.AnyTagClassName
{
color: #DBAEA2;
}
</style>
background-color css
<style>
a { background-color: #DBAEA2; }
a { background-color: rgb(219,174,162); }
div.DivClassName
{
background-color: #DBAEA2;
}
.BgClassName
{
background-color: #DBAEA2;
}
</style>
border-color css
<style>
span { border-color: #DBAEA2; }
span { border-color: rgb(219,174,162); }
td.TdClassName
{
border-color: #DBAEA2;
}
.TagClassName
{
border-color: #DBAEA2;
}
</style>