Shades of Shilo #E6ADAC
Tints of Shilo #E6ADAC
RGB
CMYK
RGB Variations
Color information
#E6ADAC (or 0xE6ADAC) is known color: Shilo. HEX triplet: E6, AD and AC. RGB value is (230,173,172). Sum of RGB (Red+Green+Blue) = 230+173+172=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADAC is #195253. Grayscale: #BDBDBD. Windows color (decimal): -1659476 or 11316710. OLE color: 11316710.
HSL color Cylindrical-coordinate representation of color #E6ADAC: hue angle of 1.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADAC is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 172 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.10 |
| HSL | 1.03º | 0.54% | 0.79% | - |
| HSV(B) | 1.03º | 0.25% | 0.9% | - |
| XYZ | 55.02 | 49.69 | 45.72 | - |
| YUV | 189.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 172 | 0 | 0.25 | 0.25 | 0.10 | 1.03 | 0.54 | 0.79 |
| Hex | E6 | AD | AC | 0 | 19 | 19 | A | 1 | 36 | 4F |
| Octal | 346 | 255 | 254 | 0 | 31 | 31 | 12 | 1 | 66 | 117 |
| Binary | 11100110 | 10101101 | 10101100 | 0 | 11001 | 11001 | 1010 | 1 | 110110 | 1001111 |
Color Harmonies of #E6ADAC
Complementary color
Monochromatic Colors of #E6ADAC
Black with #E6ADAC
Text Example
Text Example
White with #E6ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADAC; }
p { color: rgb(230,173,172); }
H1.HeaderClassName
{
color: #E6ADAC;
}
.AnyTagClassName
{
color: #E6ADAC;
}
</style>
background-color css
<style>
a { background-color: #E6ADAC; }
a { background-color: rgb(230,173,172); }
div.DivClassName
{
background-color: #E6ADAC;
}
.BgClassName
{
background-color: #E6ADAC;
}
</style>
border-color css
<style>
span { border-color: #E6ADAC; }
span { border-color: rgb(230,173,172); }
td.TdClassName
{
border-color: #E6ADAC;
}
.TagClassName
{
border-color: #E6ADAC;
}
</style>