Shades of Shilo #DBAFA6
Tints of Shilo #DBAFA6
RGB
CMYK
RGB Variations
Color information
#DBAFA6 (or 0xDBAFA6) is known color: Shilo. HEX triplet: DB, AF and A6. RGB value is (219,175,166). Sum of RGB (Red+Green+Blue) = 219+175+166=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFA6 is #245059. Grayscale: #BBBBBB. Windows color (decimal): -2379866 or 10923995. OLE color: 10923995.
HSL color Cylindrical-coordinate representation of color #DBAFA6: hue angle of 10.19º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAFA6 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 166 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.14 |
| HSL | 10.19º | 0.42% | 0.75% | - |
| HSV(B) | 10.19º | 0.24% | 0.86% | - |
| XYZ | 51.43 | 48.47 | 42.72 | - |
| YUV | 187.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 166 | 0 | 0.20 | 0.24 | 0.14 | 10.19 | 0.42 | 0.75 |
| Hex | DB | AF | A6 | 0 | 14 | 18 | E | A | 2A | 4B |
| Octal | 333 | 257 | 246 | 0 | 24 | 30 | 16 | 12 | 52 | 113 |
| Binary | 11011011 | 10101111 | 10100110 | 0 | 10100 | 11000 | 1110 | 1010 | 101010 | 1001011 |
Color Harmonies of #DBAFA6
Complementary color
Monochromatic Colors of #DBAFA6
Black with #DBAFA6
Text Example
Text Example
White with #DBAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFA6; }
p { color: rgb(219,175,166); }
H1.HeaderClassName
{
color: #DBAFA6;
}
.AnyTagClassName
{
color: #DBAFA6;
}
</style>
background-color css
<style>
a { background-color: #DBAFA6; }
a { background-color: rgb(219,175,166); }
div.DivClassName
{
background-color: #DBAFA6;
}
.BgClassName
{
background-color: #DBAFA6;
}
</style>
border-color css
<style>
span { border-color: #DBAFA6; }
span { border-color: rgb(219,175,166); }
td.TdClassName
{
border-color: #DBAFA6;
}
.TagClassName
{
border-color: #DBAFA6;
}
</style>