Shades of Lavender Pink #EFB5CF
Tints of Lavender Pink #EFB5CF
RGB
CMYK
RGB Variations
Color information
#EFB5CF (or 0xEFB5CF) is known color: Lavender Pink. HEX triplet: EF, B5 and CF. RGB value is (239,181,207). Sum of RGB (Red+Green+Blue) = 239+181+207=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5CF is #104A30. Grayscale: #C9C9C9. Windows color (decimal): -1067569 or 13612527. OLE color: 13612527.
HSL color Cylindrical-coordinate representation of color #EFB5CF: hue angle of 333.1º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 207 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.06 |
| HSL | 333.1º | 0.64% | 0.82% | - |
| HSV(B) | 333.1º | 0.24% | 0.94% | - |
| XYZ | 63.38 | 55.9 | 66.48 | - |
| YUV | 201.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 207 | 0 | 0.24 | 0.13 | 0.06 | 333.1 | 0.64 | 0.82 |
| Hex | EF | B5 | CF | 0 | 18 | D | 6 | 14D | 40 | 52 |
| Octal | 357 | 265 | 317 | 0 | 30 | 15 | 6 | 515 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11001111 | 0 | 11000 | 1101 | 110 | 101001101 | 1000000 | 1010010 |
Color Harmonies of #EFB5CF
Complementary color
Monochromatic Colors of #EFB5CF
Black with #EFB5CF
Text Example
Text Example
White with #EFB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5CF; }
p { color: rgb(239,181,207); }
H1.HeaderClassName
{
color: #EFB5CF;
}
.AnyTagClassName
{
color: #EFB5CF;
}
</style>
background-color css
<style>
a { background-color: #EFB5CF; }
a { background-color: rgb(239,181,207); }
div.DivClassName
{
background-color: #EFB5CF;
}
.BgClassName
{
background-color: #EFB5CF;
}
</style>
border-color css
<style>
span { border-color: #EFB5CF; }
span { border-color: rgb(239,181,207); }
td.TdClassName
{
border-color: #EFB5CF;
}
.TagClassName
{
border-color: #EFB5CF;
}
</style>