Shades of Lavender Pink #EEAECC
Tints of Lavender Pink #EEAECC
RGB
CMYK
RGB Variations
Color information
#EEAECC (or 0xEEAECC) is known color: Lavender Pink. HEX triplet: EE, AE and CC. RGB value is (238,174,204). Sum of RGB (Red+Green+Blue) = 238+174+204=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAECC is #115133. Grayscale: #C4C4C4. Windows color (decimal): -1134900 or 13414126. OLE color: 13414126.
HSL color Cylindrical-coordinate representation of color #EEAECC: hue angle of 331.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAECC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 204 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 331.88º | 0.65% | 0.81% | - |
| HSV(B) | 331.88º | 0.27% | 0.93% | - |
| XYZ | 61.3 | 52.81 | 64.09 | - |
| YUV | 196.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 204 | 0 | 0.27 | 0.14 | 0.07 | 331.88 | 0.65 | 0.81 |
| Hex | EE | AE | CC | 0 | 1B | E | 7 | 14C | 41 | 51 |
| Octal | 356 | 256 | 314 | 0 | 33 | 16 | 7 | 514 | 101 | 121 |
| Binary | 11101110 | 10101110 | 11001100 | 0 | 11011 | 1110 | 111 | 101001100 | 1000001 | 1010001 |
Color Harmonies of #EEAECC
Complementary color
Monochromatic Colors of #EEAECC
Black with #EEAECC
Text Example
Text Example
White with #EEAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAECC; }
p { color: rgb(238,174,204); }
H1.HeaderClassName
{
color: #EEAECC;
}
.AnyTagClassName
{
color: #EEAECC;
}
</style>
background-color css
<style>
a { background-color: #EEAECC; }
a { background-color: rgb(238,174,204); }
div.DivClassName
{
background-color: #EEAECC;
}
.BgClassName
{
background-color: #EEAECC;
}
</style>
border-color css
<style>
span { border-color: #EEAECC; }
span { border-color: rgb(238,174,204); }
td.TdClassName
{
border-color: #EEAECC;
}
.TagClassName
{
border-color: #EEAECC;
}
</style>