Shades of Lavender Pink #EEABCE
Tints of Lavender Pink #EEABCE
RGB
CMYK
RGB Variations
Color information
#EEABCE (or 0xEEABCE) is known color: Lavender Pink. HEX triplet: EE, AB and CE. RGB value is (238,171,206). Sum of RGB (Red+Green+Blue) = 238+171+206=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABCE is #115431. Grayscale: #C2C2C2. Windows color (decimal): -1135666 or 13544430. OLE color: 13544430.
HSL color Cylindrical-coordinate representation of color #EEABCE: hue angle of 328.66º 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 #EEABCE is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 206 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.07 |
| HSL | 328.66º | 0.66% | 0.8% | - |
| HSV(B) | 328.66º | 0.28% | 0.93% | - |
| XYZ | 60.96 | 51.76 | 65.17 | - |
| YUV | 195.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 206 | 0 | 0.28 | 0.13 | 0.07 | 328.66 | 0.66 | 0.8 |
| Hex | EE | AB | CE | 0 | 1C | D | 7 | 149 | 42 | 50 |
| Octal | 356 | 253 | 316 | 0 | 34 | 15 | 7 | 511 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11001110 | 0 | 11100 | 1101 | 111 | 101001001 | 1000010 | 1010000 |
Color Harmonies of #EEABCE
Complementary color
Monochromatic Colors of #EEABCE
Black with #EEABCE
Text Example
Text Example
White with #EEABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABCE; }
p { color: rgb(238,171,206); }
H1.HeaderClassName
{
color: #EEABCE;
}
.AnyTagClassName
{
color: #EEABCE;
}
</style>
background-color css
<style>
a { background-color: #EEABCE; }
a { background-color: rgb(238,171,206); }
div.DivClassName
{
background-color: #EEABCE;
}
.BgClassName
{
background-color: #EEABCE;
}
</style>
border-color css
<style>
span { border-color: #EEABCE; }
span { border-color: rgb(238,171,206); }
td.TdClassName
{
border-color: #EEABCE;
}
.TagClassName
{
border-color: #EEABCE;
}
</style>