Shades of Lavender Pink #EEABCF
Tints of Lavender Pink #EEABCF
RGB
CMYK
RGB Variations
Color information
#EEABCF (or 0xEEABCF) is known color: Lavender Pink. HEX triplet: EE, AB and CF. RGB value is (238,171,207). Sum of RGB (Red+Green+Blue) = 238+171+207=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABCF is #115430. Grayscale: #C3C3C3. Windows color (decimal): -1135665 or 13609966. OLE color: 13609966.
HSL color Cylindrical-coordinate representation of color #EEABCF: hue angle of 327.76º 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 #EEABCF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 207 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.07 |
| HSL | 327.76º | 0.66% | 0.8% | - |
| HSV(B) | 327.76º | 0.28% | 0.93% | - |
| XYZ | 61.09 | 51.81 | 65.81 | - |
| YUV | 195.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 207 | 0 | 0.28 | 0.13 | 0.07 | 327.76 | 0.66 | 0.8 |
| Hex | EE | AB | CF | 0 | 1C | D | 7 | 148 | 42 | 50 |
| Octal | 356 | 253 | 317 | 0 | 34 | 15 | 7 | 510 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11001111 | 0 | 11100 | 1101 | 111 | 101001000 | 1000010 | 1010000 |
Color Harmonies of #EEABCF
Complementary color
Monochromatic Colors of #EEABCF
Black with #EEABCF
Text Example
Text Example
White with #EEABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABCF; }
p { color: rgb(238,171,207); }
H1.HeaderClassName
{
color: #EEABCF;
}
.AnyTagClassName
{
color: #EEABCF;
}
</style>
background-color css
<style>
a { background-color: #EEABCF; }
a { background-color: rgb(238,171,207); }
div.DivClassName
{
background-color: #EEABCF;
}
.BgClassName
{
background-color: #EEABCF;
}
</style>
border-color css
<style>
span { border-color: #EEABCF; }
span { border-color: rgb(238,171,207); }
td.TdClassName
{
border-color: #EEABCF;
}
.TagClassName
{
border-color: #EEABCF;
}
</style>