Shades of Lavender Pink #EEACCE
Tints of Lavender Pink #EEACCE
RGB
CMYK
RGB Variations
Color information
#EEACCE (or 0xEEACCE) is known color: Lavender Pink. HEX triplet: EE, AC and CE. RGB value is (238,172,206). Sum of RGB (Red+Green+Blue) = 238+172+206=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACCE is #115331. Grayscale: #C3C3C3. Windows color (decimal): -1135410 or 13544686. OLE color: 13544686.
HSL color Cylindrical-coordinate representation of color #EEACCE: hue angle of 329.09º 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 #EEACCE is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 206 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.07 |
| HSL | 329.09º | 0.66% | 0.8% | - |
| HSV(B) | 329.09º | 0.28% | 0.93% | - |
| XYZ | 61.15 | 52.14 | 65.23 | - |
| YUV | 195.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 206 | 0 | 0.28 | 0.13 | 0.07 | 329.09 | 0.66 | 0.8 |
| Hex | EE | AC | CE | 0 | 1C | D | 7 | 149 | 42 | 50 |
| Octal | 356 | 254 | 316 | 0 | 34 | 15 | 7 | 511 | 102 | 120 |
| Binary | 11101110 | 10101100 | 11001110 | 0 | 11100 | 1101 | 111 | 101001001 | 1000010 | 1010000 |
Color Harmonies of #EEACCE
Complementary color
Monochromatic Colors of #EEACCE
Black with #EEACCE
Text Example
Text Example
White with #EEACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACCE; }
p { color: rgb(238,172,206); }
H1.HeaderClassName
{
color: #EEACCE;
}
.AnyTagClassName
{
color: #EEACCE;
}
</style>
background-color css
<style>
a { background-color: #EEACCE; }
a { background-color: rgb(238,172,206); }
div.DivClassName
{
background-color: #EEACCE;
}
.BgClassName
{
background-color: #EEACCE;
}
</style>
border-color css
<style>
span { border-color: #EEACCE; }
span { border-color: rgb(238,172,206); }
td.TdClassName
{
border-color: #EEACCE;
}
.TagClassName
{
border-color: #EEACCE;
}
</style>