Shades of Lavender Pink #EFAECC
Tints of Lavender Pink #EFAECC
RGB
CMYK
RGB Variations
Color information
#EFAECC (or 0xEFAECC) is known color: Lavender Pink. HEX triplet: EF, AE and CC. RGB value is (239,174,204). Sum of RGB (Red+Green+Blue) = 239+174+204=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAECC is #105133. Grayscale: #C4C4C4. Windows color (decimal): -1069364 or 13414127. OLE color: 13414127.
HSL color Cylindrical-coordinate representation of color #EFAECC: hue angle of 332.31º 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 #EFAECC is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 204 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.06 |
| HSL | 332.31º | 0.67% | 0.81% | - |
| HSV(B) | 332.31º | 0.27% | 0.94% | - |
| XYZ | 61.63 | 52.98 | 64.11 | - |
| YUV | 196.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 204 | 0 | 0.27 | 0.15 | 0.06 | 332.31 | 0.67 | 0.81 |
| Hex | EF | AE | CC | 0 | 1B | F | 6 | 14C | 43 | 51 |
| Octal | 357 | 256 | 314 | 0 | 33 | 17 | 6 | 514 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11001100 | 0 | 11011 | 1111 | 110 | 101001100 | 1000011 | 1010001 |
Color Harmonies of #EFAECC
Complementary color
Monochromatic Colors of #EFAECC
Black with #EFAECC
Text Example
Text Example
White with #EFAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAECC; }
p { color: rgb(239,174,204); }
H1.HeaderClassName
{
color: #EFAECC;
}
.AnyTagClassName
{
color: #EFAECC;
}
</style>
background-color css
<style>
a { background-color: #EFAECC; }
a { background-color: rgb(239,174,204); }
div.DivClassName
{
background-color: #EFAECC;
}
.BgClassName
{
background-color: #EFAECC;
}
</style>
border-color css
<style>
span { border-color: #EFAECC; }
span { border-color: rgb(239,174,204); }
td.TdClassName
{
border-color: #EFAECC;
}
.TagClassName
{
border-color: #EFAECC;
}
</style>