Shades of Lavender Pink #EEACC9
Tints of Lavender Pink #EEACC9
RGB
CMYK
RGB Variations
Color information
#EEACC9 (or 0xEEACC9) is known color: Lavender Pink. HEX triplet: EE, AC and C9. RGB value is (238,172,201). Sum of RGB (Red+Green+Blue) = 238+172+201=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACC9 is #115336. Grayscale: #C2C2C2. Windows color (decimal): -1135415 or 13217006. OLE color: 13217006.
HSL color Cylindrical-coordinate representation of color #EEACC9: hue angle of 333.64º 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 #EEACC9 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 201 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.07 |
| HSL | 333.64º | 0.66% | 0.8% | - |
| HSV(B) | 333.64º | 0.28% | 0.93% | - |
| XYZ | 60.56 | 51.9 | 62.08 | - |
| YUV | 195.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 201 | 0 | 0.28 | 0.16 | 0.07 | 333.64 | 0.66 | 0.8 |
| Hex | EE | AC | C9 | 0 | 1C | 10 | 7 | 14E | 42 | 50 |
| Octal | 356 | 254 | 311 | 0 | 34 | 20 | 7 | 516 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11001001 | 0 | 11100 | 10000 | 111 | 101001110 | 1000010 | 1010000 |
Color Harmonies of #EEACC9
Complementary color
Monochromatic Colors of #EEACC9
Black with #EEACC9
Text Example
Text Example
White with #EEACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACC9; }
p { color: rgb(238,172,201); }
H1.HeaderClassName
{
color: #EEACC9;
}
.AnyTagClassName
{
color: #EEACC9;
}
</style>
background-color css
<style>
a { background-color: #EEACC9; }
a { background-color: rgb(238,172,201); }
div.DivClassName
{
background-color: #EEACC9;
}
.BgClassName
{
background-color: #EEACC9;
}
</style>
border-color css
<style>
span { border-color: #EEACC9; }
span { border-color: rgb(238,172,201); }
td.TdClassName
{
border-color: #EEACC9;
}
.TagClassName
{
border-color: #EEACC9;
}
</style>