Shades of Shilo #DFAEA6
Tints of Shilo #DFAEA6
RGB
CMYK
RGB Variations
Color information
#DFAEA6 (or 0xDFAEA6) is known color: Shilo. HEX triplet: DF, AE and A6. RGB value is (223,174,166). Sum of RGB (Red+Green+Blue) = 223+174+166=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEA6 is #205159. Grayscale: #BBBBBB. Windows color (decimal): -2117978 or 10923743. OLE color: 10923743.
HSL color Cylindrical-coordinate representation of color #DFAEA6: hue angle of 8.42º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFAEA6 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 166 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.13 |
| HSL | 8.42º | 0.47% | 0.76% | - |
| HSV(B) | 8.42º | 0.26% | 0.87% | - |
| XYZ | 52.45 | 48.71 | 42.71 | - |
| YUV | 187.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 166 | 0 | 0.22 | 0.26 | 0.13 | 8.42 | 0.47 | 0.76 |
| Hex | DF | AE | A6 | 0 | 16 | 1A | D | 8 | 2F | 4C |
| Octal | 337 | 256 | 246 | 0 | 26 | 32 | 15 | 10 | 57 | 114 |
| Binary | 11011111 | 10101110 | 10100110 | 0 | 10110 | 11010 | 1101 | 1000 | 101111 | 1001100 |
Color Harmonies of #DFAEA6
Complementary color
Monochromatic Colors of #DFAEA6
Black with #DFAEA6
Text Example
Text Example
White with #DFAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEA6; }
p { color: rgb(223,174,166); }
H1.HeaderClassName
{
color: #DFAEA6;
}
.AnyTagClassName
{
color: #DFAEA6;
}
</style>
background-color css
<style>
a { background-color: #DFAEA6; }
a { background-color: rgb(223,174,166); }
div.DivClassName
{
background-color: #DFAEA6;
}
.BgClassName
{
background-color: #DFAEA6;
}
</style>
border-color css
<style>
span { border-color: #DFAEA6; }
span { border-color: rgb(223,174,166); }
td.TdClassName
{
border-color: #DFAEA6;
}
.TagClassName
{
border-color: #DFAEA6;
}
</style>