Shades of Lavender Pink #EFB6CF
Tints of Lavender Pink #EFB6CF
RGB
CMYK
RGB Variations
Color information
#EFB6CF (or 0xEFB6CF) is known color: Lavender Pink. HEX triplet: EF, B6 and CF. RGB value is (239,182,207). Sum of RGB (Red+Green+Blue) = 239+182+207=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6CF is #104930. Grayscale: #C9C9C9. Windows color (decimal): -1067313 or 13612783. OLE color: 13612783.
HSL color Cylindrical-coordinate representation of color #EFB6CF: hue angle of 333.68º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 207 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.06 |
| HSL | 333.68º | 0.64% | 0.83% | - |
| HSV(B) | 333.68º | 0.24% | 0.94% | - |
| XYZ | 63.59 | 56.31 | 66.55 | - |
| YUV | 201.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 207 | 0 | 0.24 | 0.13 | 0.06 | 333.68 | 0.64 | 0.83 |
| Hex | EF | B6 | CF | 0 | 18 | D | 6 | 14E | 40 | 53 |
| Octal | 357 | 266 | 317 | 0 | 30 | 15 | 6 | 516 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11001111 | 0 | 11000 | 1101 | 110 | 101001110 | 1000000 | 1010011 |
Color Harmonies of #EFB6CF
Complementary color
Monochromatic Colors of #EFB6CF
Black with #EFB6CF
Text Example
Text Example
White with #EFB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6CF; }
p { color: rgb(239,182,207); }
H1.HeaderClassName
{
color: #EFB6CF;
}
.AnyTagClassName
{
color: #EFB6CF;
}
</style>
background-color css
<style>
a { background-color: #EFB6CF; }
a { background-color: rgb(239,182,207); }
div.DivClassName
{
background-color: #EFB6CF;
}
.BgClassName
{
background-color: #EFB6CF;
}
</style>
border-color css
<style>
span { border-color: #EFB6CF; }
span { border-color: rgb(239,182,207); }
td.TdClassName
{
border-color: #EFB6CF;
}
.TagClassName
{
border-color: #EFB6CF;
}
</style>