Shades of Shilo #DBAEA1
Tints of Shilo #DBAEA1
RGB
CMYK
RGB Variations
Color information
#DBAEA1 (or 0xDBAEA1) is known color: Shilo. HEX triplet: DB, AE and A1. RGB value is (219,174,161). Sum of RGB (Red+Green+Blue) = 219+174+161=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEA1 is #24515E. Grayscale: #BABABA. Windows color (decimal): -2380127 or 10596059. OLE color: 10596059.
HSL color Cylindrical-coordinate representation of color #DBAEA1: hue angle of 13.45º degrees, saturation: 0.45, 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 #DBAEA1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 161 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.14 |
| HSL | 13.45º | 0.45% | 0.75% | - |
| HSV(B) | 13.45º | 0.26% | 0.86% | - |
| XYZ | 50.78 | 47.91 | 40.29 | - |
| YUV | 185.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 161 | 0 | 0.21 | 0.26 | 0.14 | 13.45 | 0.45 | 0.75 |
| Hex | DB | AE | A1 | 0 | 15 | 1A | E | D | 2D | 4B |
| Octal | 333 | 256 | 241 | 0 | 25 | 32 | 16 | 15 | 55 | 113 |
| Binary | 11011011 | 10101110 | 10100001 | 0 | 10101 | 11010 | 1110 | 1101 | 101101 | 1001011 |
Color Harmonies of #DBAEA1
Complementary color
Monochromatic Colors of #DBAEA1
Black with #DBAEA1
Text Example
Text Example
White with #DBAEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEA1; }
p { color: rgb(219,174,161); }
H1.HeaderClassName
{
color: #DBAEA1;
}
.AnyTagClassName
{
color: #DBAEA1;
}
</style>
background-color css
<style>
a { background-color: #DBAEA1; }
a { background-color: rgb(219,174,161); }
div.DivClassName
{
background-color: #DBAEA1;
}
.BgClassName
{
background-color: #DBAEA1;
}
</style>
border-color css
<style>
span { border-color: #DBAEA1; }
span { border-color: rgb(219,174,161); }
td.TdClassName
{
border-color: #DBAEA1;
}
.TagClassName
{
border-color: #DBAEA1;
}
</style>