Shades of Lavender Pink #E9ADD3
Tints of Lavender Pink #E9ADD3
RGB
CMYK
RGB Variations
Color information
#E9ADD3 (or 0xE9ADD3) is known color: Lavender Pink. HEX triplet: E9, AD and D3. RGB value is (233,173,211). Sum of RGB (Red+Green+Blue) = 233+173+211=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADD3 is #16522C. Grayscale: #C3C3C3. Windows color (decimal): -1462829 or 13872617. OLE color: 13872617.
HSL color Cylindrical-coordinate representation of color #E9ADD3: hue angle of 322º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADD3 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 211 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.09 |
| HSL | 322º | 0.58% | 0.8% | - |
| HSV(B) | 322º | 0.26% | 0.91% | - |
| XYZ | 60.31 | 51.91 | 68.47 | - |
| YUV | 195.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 211 | 0 | 0.26 | 0.09 | 0.09 | 322 | 0.58 | 0.8 |
| Hex | E9 | AD | D3 | 0 | 1A | 9 | 9 | 142 | 3A | 50 |
| Octal | 351 | 255 | 323 | 0 | 32 | 11 | 11 | 502 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11010011 | 0 | 11010 | 1001 | 1001 | 101000010 | 111010 | 1010000 |
Color Harmonies of #E9ADD3
Complementary color
Monochromatic Colors of #E9ADD3
Black with #E9ADD3
Text Example
Text Example
White with #E9ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADD3; }
p { color: rgb(233,173,211); }
H1.HeaderClassName
{
color: #E9ADD3;
}
.AnyTagClassName
{
color: #E9ADD3;
}
</style>
background-color css
<style>
a { background-color: #E9ADD3; }
a { background-color: rgb(233,173,211); }
div.DivClassName
{
background-color: #E9ADD3;
}
.BgClassName
{
background-color: #E9ADD3;
}
</style>
border-color css
<style>
span { border-color: #E9ADD3; }
span { border-color: rgb(233,173,211); }
td.TdClassName
{
border-color: #E9ADD3;
}
.TagClassName
{
border-color: #E9ADD3;
}
</style>