Shades of Lavender Pink #EEACD1
Tints of Lavender Pink #EEACD1
RGB
CMYK
RGB Variations
Color information
#EEACD1 (or 0xEEACD1) is known color: Lavender Pink. HEX triplet: EE, AC and D1. RGB value is (238,172,209). Sum of RGB (Red+Green+Blue) = 238+172+209=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACD1 is #11532E. Grayscale: #C3C3C3. Windows color (decimal): -1135407 or 13741294. OLE color: 13741294.
HSL color Cylindrical-coordinate representation of color #EEACD1: hue angle of 326.36º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACD1 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 209 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.07 |
| HSL | 326.36º | 0.66% | 0.8% | - |
| HSV(B) | 326.36º | 0.28% | 0.93% | - |
| XYZ | 61.52 | 52.29 | 67.17 | - |
| YUV | 195.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 209 | 0 | 0.28 | 0.12 | 0.07 | 326.36 | 0.66 | 0.8 |
| Hex | EE | AC | D1 | 0 | 1C | C | 7 | 146 | 42 | 50 |
| Octal | 356 | 254 | 321 | 0 | 34 | 14 | 7 | 506 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11010001 | 0 | 11100 | 1100 | 111 | 101000110 | 1000010 | 1010000 |
Color Harmonies of #EEACD1
Complementary color
Monochromatic Colors of #EEACD1
Black with #EEACD1
Text Example
Text Example
White with #EEACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACD1; }
p { color: rgb(238,172,209); }
H1.HeaderClassName
{
color: #EEACD1;
}
.AnyTagClassName
{
color: #EEACD1;
}
</style>
background-color css
<style>
a { background-color: #EEACD1; }
a { background-color: rgb(238,172,209); }
div.DivClassName
{
background-color: #EEACD1;
}
.BgClassName
{
background-color: #EEACD1;
}
</style>
border-color css
<style>
span { border-color: #EEACD1; }
span { border-color: rgb(238,172,209); }
td.TdClassName
{
border-color: #EEACD1;
}
.TagClassName
{
border-color: #EEACD1;
}
</style>