Shades of Shilo #DDAEA2
Tints of Shilo #DDAEA2
RGB
CMYK
RGB Variations
Color information
#DDAEA2 (or 0xDDAEA2) is known color: Shilo. HEX triplet: DD, AE and A2. RGB value is (221,174,162). Sum of RGB (Red+Green+Blue) = 221+174+162=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA2 is #22515D. Grayscale: #BABABA. Windows color (decimal): -2249054 or 10661597. OLE color: 10661597.
HSL color Cylindrical-coordinate representation of color #DDAEA2: hue angle of 12.2º degrees, saturation: 0.46, 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 #DDAEA2 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 162 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.13 |
| HSL | 12.2º | 0.46% | 0.75% | - |
| HSV(B) | 12.2º | 0.27% | 0.87% | - |
| XYZ | 51.48 | 48.25 | 40.78 | - |
| YUV | 186.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 162 | 0 | 0.21 | 0.27 | 0.13 | 12.2 | 0.46 | 0.75 |
| Hex | DD | AE | A2 | 0 | 15 | 1B | D | C | 2E | 4B |
| Octal | 335 | 256 | 242 | 0 | 25 | 33 | 15 | 14 | 56 | 113 |
| Binary | 11011101 | 10101110 | 10100010 | 0 | 10101 | 11011 | 1101 | 1100 | 101110 | 1001011 |
Color Harmonies of #DDAEA2
Complementary color
Monochromatic Colors of #DDAEA2
Black with #DDAEA2
Text Example
Text Example
White with #DDAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEA2; }
p { color: rgb(221,174,162); }
H1.HeaderClassName
{
color: #DDAEA2;
}
.AnyTagClassName
{
color: #DDAEA2;
}
</style>
background-color css
<style>
a { background-color: #DDAEA2; }
a { background-color: rgb(221,174,162); }
div.DivClassName
{
background-color: #DDAEA2;
}
.BgClassName
{
background-color: #DDAEA2;
}
</style>
border-color css
<style>
span { border-color: #DDAEA2; }
span { border-color: rgb(221,174,162); }
td.TdClassName
{
border-color: #DDAEA2;
}
.TagClassName
{
border-color: #DDAEA2;
}
</style>