Shades of Blossom #E6ADBA
Tints of Blossom #E6ADBA
RGB
CMYK
RGB Variations
Color information
#E6ADBA (or 0xE6ADBA) is known color: Blossom. HEX triplet: E6, AD and BA. RGB value is (230,173,186). Sum of RGB (Red+Green+Blue) = 230+173+186=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADBA is #195245. Grayscale: #BFBFBF. Windows color (decimal): -1659462 or 12234214. OLE color: 12234214.
HSL color Cylindrical-coordinate representation of color #E6ADBA: hue angle of 346.32º degrees, saturation: 0.53, 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 #E6ADBA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 186 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.10 |
| HSL | 346.32º | 0.53% | 0.79% | - |
| HSV(B) | 346.32º | 0.25% | 0.9% | - |
| XYZ | 56.44 | 50.26 | 53.18 | - |
| YUV | 191.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 186 | 0 | 0.25 | 0.19 | 0.10 | 346.32 | 0.53 | 0.79 |
| Hex | E6 | AD | BA | 0 | 19 | 13 | A | 15A | 35 | 4F |
| Octal | 346 | 255 | 272 | 0 | 31 | 23 | 12 | 532 | 65 | 117 |
| Binary | 11100110 | 10101101 | 10111010 | 0 | 11001 | 10011 | 1010 | 101011010 | 110101 | 1001111 |
Color Harmonies of #E6ADBA
Complementary color
Monochromatic Colors of #E6ADBA
Black with #E6ADBA
Text Example
Text Example
White with #E6ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADBA; }
p { color: rgb(230,173,186); }
H1.HeaderClassName
{
color: #E6ADBA;
}
.AnyTagClassName
{
color: #E6ADBA;
}
</style>
background-color css
<style>
a { background-color: #E6ADBA; }
a { background-color: rgb(230,173,186); }
div.DivClassName
{
background-color: #E6ADBA;
}
.BgClassName
{
background-color: #E6ADBA;
}
</style>
border-color css
<style>
span { border-color: #E6ADBA; }
span { border-color: rgb(230,173,186); }
td.TdClassName
{
border-color: #E6ADBA;
}
.TagClassName
{
border-color: #E6ADBA;
}
</style>