Shades of Lavender Pink #EEAACF
Tints of Lavender Pink #EEAACF
RGB
CMYK
RGB Variations
Color information
#EEAACF (or 0xEEAACF) is known color: Lavender Pink. HEX triplet: EE, AA and CF. RGB value is (238,170,207). Sum of RGB (Red+Green+Blue) = 238+170+207=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACF is #115530. Grayscale: #C2C2C2. Windows color (decimal): -1135921 or 13609710. OLE color: 13609710.
HSL color Cylindrical-coordinate representation of color #EEAACF: hue angle of 327.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAACF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 207 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.07 |
| HSL | 327.35º | 0.67% | 0.8% | - |
| HSV(B) | 327.35º | 0.29% | 0.93% | - |
| XYZ | 60.9 | 51.43 | 65.75 | - |
| YUV | 194.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 207 | 0 | 0.29 | 0.13 | 0.07 | 327.35 | 0.67 | 0.8 |
| Hex | EE | AA | CF | 0 | 1D | D | 7 | 147 | 43 | 50 |
| Octal | 356 | 252 | 317 | 0 | 35 | 15 | 7 | 507 | 103 | 120 |
| Binary | 11101110 | 10101010 | 11001111 | 0 | 11101 | 1101 | 111 | 101000111 | 1000011 | 1010000 |
Color Harmonies of #EEAACF
Complementary color
Monochromatic Colors of #EEAACF
Black with #EEAACF
Text Example
Text Example
White with #EEAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAACF; }
p { color: rgb(238,170,207); }
H1.HeaderClassName
{
color: #EEAACF;
}
.AnyTagClassName
{
color: #EEAACF;
}
</style>
background-color css
<style>
a { background-color: #EEAACF; }
a { background-color: rgb(238,170,207); }
div.DivClassName
{
background-color: #EEAACF;
}
.BgClassName
{
background-color: #EEAACF;
}
</style>
border-color css
<style>
span { border-color: #EEAACF; }
span { border-color: rgb(238,170,207); }
td.TdClassName
{
border-color: #EEAACF;
}
.TagClassName
{
border-color: #EEAACF;
}
</style>