Shades of Shilo #DFAEA2
Tints of Shilo #DFAEA2
RGB
CMYK
RGB Variations
Color information
#DFAEA2 (or 0xDFAEA2) is known color: Shilo. HEX triplet: DF, AE and A2. RGB value is (223,174,162). Sum of RGB (Red+Green+Blue) = 223+174+162=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAEA2 is #20515D. Grayscale: #BBBBBB. Windows color (decimal): -2117982 or 10661599. OLE color: 10661599.
HSL color Cylindrical-coordinate representation of color #DFAEA2: hue angle of 11.8º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAEA2 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 162 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.13 |
| HSL | 11.8º | 0.49% | 0.75% | - |
| HSV(B) | 11.8º | 0.27% | 0.87% | - |
| XYZ | 52.09 | 48.57 | 40.81 | - |
| YUV | 187.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 162 | 0 | 0.22 | 0.27 | 0.13 | 11.8 | 0.49 | 0.75 |
| Hex | DF | AE | A2 | 0 | 16 | 1B | D | C | 31 | 4B |
| Octal | 337 | 256 | 242 | 0 | 26 | 33 | 15 | 14 | 61 | 113 |
| Binary | 11011111 | 10101110 | 10100010 | 0 | 10110 | 11011 | 1101 | 1100 | 110001 | 1001011 |
Color Harmonies of #DFAEA2
Complementary color
Monochromatic Colors of #DFAEA2
Black with #DFAEA2
Text Example
Text Example
White with #DFAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEA2; }
p { color: rgb(223,174,162); }
H1.HeaderClassName
{
color: #DFAEA2;
}
.AnyTagClassName
{
color: #DFAEA2;
}
</style>
background-color css
<style>
a { background-color: #DFAEA2; }
a { background-color: rgb(223,174,162); }
div.DivClassName
{
background-color: #DFAEA2;
}
.BgClassName
{
background-color: #DFAEA2;
}
</style>
border-color css
<style>
span { border-color: #DFAEA2; }
span { border-color: rgb(223,174,162); }
td.TdClassName
{
border-color: #DFAEA2;
}
.TagClassName
{
border-color: #DFAEA2;
}
</style>