Shades of Lavender Pink #EFAECF
Tints of Lavender Pink #EFAECF
RGB
CMYK
RGB Variations
Color information
#EFAECF (or 0xEFAECF) is known color: Lavender Pink. HEX triplet: EF, AE and CF. RGB value is (239,174,207). Sum of RGB (Red+Green+Blue) = 239+174+207=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECF is #105130. Grayscale: #C5C5C5. Windows color (decimal): -1069361 or 13610735. OLE color: 13610735.
HSL color Cylindrical-coordinate representation of color #EFAECF: hue angle of 329.54º 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 #EFAECF is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 207 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.06 |
| HSL | 329.54º | 0.67% | 0.81% | - |
| HSV(B) | 329.54º | 0.27% | 0.94% | - |
| XYZ | 62 | 53.13 | 66.02 | - |
| YUV | 197.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 207 | 0 | 0.27 | 0.13 | 0.06 | 329.54 | 0.67 | 0.81 |
| Hex | EF | AE | CF | 0 | 1B | D | 6 | 14A | 43 | 51 |
| Octal | 357 | 256 | 317 | 0 | 33 | 15 | 6 | 512 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11001111 | 0 | 11011 | 1101 | 110 | 101001010 | 1000011 | 1010001 |
Color Harmonies of #EFAECF
Complementary color
Monochromatic Colors of #EFAECF
Black with #EFAECF
Text Example
Text Example
White with #EFAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAECF; }
p { color: rgb(239,174,207); }
H1.HeaderClassName
{
color: #EFAECF;
}
.AnyTagClassName
{
color: #EFAECF;
}
</style>
background-color css
<style>
a { background-color: #EFAECF; }
a { background-color: rgb(239,174,207); }
div.DivClassName
{
background-color: #EFAECF;
}
.BgClassName
{
background-color: #EFAECF;
}
</style>
border-color css
<style>
span { border-color: #EFAECF; }
span { border-color: rgb(239,174,207); }
td.TdClassName
{
border-color: #EFAECF;
}
.TagClassName
{
border-color: #EFAECF;
}
</style>