Shades of Shilo #DDAFA6
Tints of Shilo #DDAFA6
RGB
CMYK
RGB Variations
Color information
#DDAFA6 (or 0xDDAFA6) is known color: Shilo. HEX triplet: DD, AF and A6. RGB value is (221,175,166). Sum of RGB (Red+Green+Blue) = 221+175+166=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFA6 is #225059. Grayscale: #BBBBBB. Windows color (decimal): -2248794 or 10923997. OLE color: 10923997.
HSL color Cylindrical-coordinate representation of color #DDAFA6: hue angle of 9.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAFA6 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 166 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.13 |
| HSL | 9.82º | 0.45% | 0.76% | - |
| HSV(B) | 9.82º | 0.25% | 0.87% | - |
| XYZ | 52.03 | 48.79 | 42.75 | - |
| YUV | 187.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 166 | 0 | 0.21 | 0.25 | 0.13 | 9.82 | 0.45 | 0.76 |
| Hex | DD | AF | A6 | 0 | 15 | 19 | D | A | 2D | 4C |
| Octal | 335 | 257 | 246 | 0 | 25 | 31 | 15 | 12 | 55 | 114 |
| Binary | 11011101 | 10101111 | 10100110 | 0 | 10101 | 11001 | 1101 | 1010 | 101101 | 1001100 |
Color Harmonies of #DDAFA6
Complementary color
Monochromatic Colors of #DDAFA6
Black with #DDAFA6
Text Example
Text Example
White with #DDAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFA6; }
p { color: rgb(221,175,166); }
H1.HeaderClassName
{
color: #DDAFA6;
}
.AnyTagClassName
{
color: #DDAFA6;
}
</style>
background-color css
<style>
a { background-color: #DDAFA6; }
a { background-color: rgb(221,175,166); }
div.DivClassName
{
background-color: #DDAFA6;
}
.BgClassName
{
background-color: #DDAFA6;
}
</style>
border-color css
<style>
span { border-color: #DDAFA6; }
span { border-color: rgb(221,175,166); }
td.TdClassName
{
border-color: #DDAFA6;
}
.TagClassName
{
border-color: #DDAFA6;
}
</style>