Shades of Lavender Pink #E6ADCD
Tints of Lavender Pink #E6ADCD
RGB
CMYK
RGB Variations
Color information
#E6ADCD (or 0xE6ADCD) is known color: Lavender Pink. HEX triplet: E6, AD and CD. RGB value is (230,173,205). Sum of RGB (Red+Green+Blue) = 230+173+205=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADCD is #195232. Grayscale: #C1C1C1. Windows color (decimal): -1659443 or 13479398. OLE color: 13479398.
HSL color Cylindrical-coordinate representation of color #E6ADCD: hue angle of 326.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 #E6ADCD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 205 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.10 |
| HSL | 326.32º | 0.53% | 0.79% | - |
| HSV(B) | 326.32º | 0.25% | 0.9% | - |
| XYZ | 58.6 | 51.12 | 64.54 | - |
| YUV | 193.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 205 | 0 | 0.25 | 0.11 | 0.10 | 326.32 | 0.53 | 0.79 |
| Hex | E6 | AD | CD | 0 | 19 | B | A | 146 | 35 | 4F |
| Octal | 346 | 255 | 315 | 0 | 31 | 13 | 12 | 506 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11001101 | 0 | 11001 | 1011 | 1010 | 101000110 | 110101 | 1001111 |
Color Harmonies of #E6ADCD
Complementary color
Monochromatic Colors of #E6ADCD
Black with #E6ADCD
Text Example
Text Example
White with #E6ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADCD; }
p { color: rgb(230,173,205); }
H1.HeaderClassName
{
color: #E6ADCD;
}
.AnyTagClassName
{
color: #E6ADCD;
}
</style>
background-color css
<style>
a { background-color: #E6ADCD; }
a { background-color: rgb(230,173,205); }
div.DivClassName
{
background-color: #E6ADCD;
}
.BgClassName
{
background-color: #E6ADCD;
}
</style>
border-color css
<style>
span { border-color: #E6ADCD; }
span { border-color: rgb(230,173,205); }
td.TdClassName
{
border-color: #E6ADCD;
}
.TagClassName
{
border-color: #E6ADCD;
}
</style>