Shades of Lavender Pink #EFAECB
Tints of Lavender Pink #EFAECB
RGB
CMYK
RGB Variations
Color information
#EFAECB (or 0xEFAECB) is known color: Lavender Pink. HEX triplet: EF, AE and CB. RGB value is (239,174,203). Sum of RGB (Red+Green+Blue) = 239+174+203=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECB is #105134. Grayscale: #C4C4C4. Windows color (decimal): -1069365 or 13348591. OLE color: 13348591.
HSL color Cylindrical-coordinate representation of color #EFAECB: hue angle of 333.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAECB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 203 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.06 |
| HSL | 333.23º | 0.67% | 0.81% | - |
| HSV(B) | 333.23º | 0.27% | 0.94% | - |
| XYZ | 61.51 | 52.93 | 63.48 | - |
| YUV | 196.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 203 | 0 | 0.27 | 0.15 | 0.06 | 333.23 | 0.67 | 0.81 |
| Hex | EF | AE | CB | 0 | 1B | F | 6 | 14D | 43 | 51 |
| Octal | 357 | 256 | 313 | 0 | 33 | 17 | 6 | 515 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11001011 | 0 | 11011 | 1111 | 110 | 101001101 | 1000011 | 1010001 |
Color Harmonies of #EFAECB
Complementary color
Monochromatic Colors of #EFAECB
Black with #EFAECB
Text Example
Text Example
White with #EFAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAECB; }
p { color: rgb(239,174,203); }
H1.HeaderClassName
{
color: #EFAECB;
}
.AnyTagClassName
{
color: #EFAECB;
}
</style>
background-color css
<style>
a { background-color: #EFAECB; }
a { background-color: rgb(239,174,203); }
div.DivClassName
{
background-color: #EFAECB;
}
.BgClassName
{
background-color: #EFAECB;
}
</style>
border-color css
<style>
span { border-color: #EFAECB; }
span { border-color: rgb(239,174,203); }
td.TdClassName
{
border-color: #EFAECB;
}
.TagClassName
{
border-color: #EFAECB;
}
</style>