Shades of Lavender Pink #EEABCD
Tints of Lavender Pink #EEABCD
RGB
CMYK
RGB Variations
Color information
#EEABCD (or 0xEEABCD) is known color: Lavender Pink. HEX triplet: EE, AB and CD. RGB value is (238,171,205). Sum of RGB (Red+Green+Blue) = 238+171+205=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABCD is #115432. Grayscale: #C2C2C2. Windows color (decimal): -1135667 or 13478894. OLE color: 13478894.
HSL color Cylindrical-coordinate representation of color #EEABCD: hue angle of 329.55º 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 #EEABCD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 171 | 205 | - |
CMYK | 0 | 0.28 | 0.14 | 0.07 |
HSL | 329.55º | 0.66% | 0.8% | - |
HSV(B) | 329.55º | 0.28% | 0.93% | - |
XYZ | 60.84 | 51.71 | 64.53 | - |
YUV | 194.91 | 133.7 | 158.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 171 | 205 | 0 | 0.28 | 0.14 | 0.07 | 329.55 | 0.66 | 0.8 |
Hex | EE | AB | CD | 0 | 1C | E | 7 | 14A | 42 | 50 |
Octal | 356 | 253 | 315 | 0 | 34 | 16 | 7 | 512 | 102 | 120 |
Binary | 11101110 | 10101011 | 11001101 | 0 | 11100 | 1110 | 111 | 101001010 | 1000010 | 1010000 |
Color Harmonies of #EEABCD
Complementary color
Monochromatic Colors of #EEABCD
Black with #EEABCD
Text Example
Text Example
White with #EEABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABCD; }
p { color: rgb(238,171,205); }
H1.HeaderClassName
{
color: #EEABCD;
}
.AnyTagClassName
{
color: #EEABCD;
}
</style>
background-color css
<style>
a { background-color: #EEABCD; }
a { background-color: rgb(238,171,205); }
div.DivClassName
{
background-color: #EEABCD;
}
.BgClassName
{
background-color: #EEABCD;
}
</style>
border-color css
<style>
span { border-color: #EEABCD; }
span { border-color: rgb(238,171,205); }
td.TdClassName
{
border-color: #EEABCD;
}
.TagClassName
{
border-color: #EEABCD;
}
</style>