Shades of Lavender Pink #EFB3CF
Tints of Lavender Pink #EFB3CF
RGB
CMYK
RGB Variations
Color information
#EFB3CF (or 0xEFB3CF) is known color: Lavender Pink. HEX triplet: EF, B3 and CF. RGB value is (239,179,207). Sum of RGB (Red+Green+Blue) = 239+179+207=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3CF is #104C30. Grayscale: #C8C8C8. Windows color (decimal): -1068081 or 13612015. OLE color: 13612015.
HSL color Cylindrical-coordinate representation of color #EFB3CF: hue angle of 332º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3CF is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 207 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.06 |
| HSL | 332º | 0.65% | 0.82% | - |
| HSV(B) | 332º | 0.25% | 0.94% | - |
| XYZ | 62.98 | 55.1 | 66.35 | - |
| YUV | 200.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 207 | 0 | 0.25 | 0.13 | 0.06 | 332 | 0.65 | 0.82 |
| Hex | EF | B3 | CF | 0 | 19 | D | 6 | 14C | 41 | 52 |
| Octal | 357 | 263 | 317 | 0 | 31 | 15 | 6 | 514 | 101 | 122 |
| Binary | 11101111 | 10110011 | 11001111 | 0 | 11001 | 1101 | 110 | 101001100 | 1000001 | 1010010 |
Color Harmonies of #EFB3CF
Complementary color
Monochromatic Colors of #EFB3CF
Black with #EFB3CF
Text Example
Text Example
White with #EFB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3CF; }
p { color: rgb(239,179,207); }
H1.HeaderClassName
{
color: #EFB3CF;
}
.AnyTagClassName
{
color: #EFB3CF;
}
</style>
background-color css
<style>
a { background-color: #EFB3CF; }
a { background-color: rgb(239,179,207); }
div.DivClassName
{
background-color: #EFB3CF;
}
.BgClassName
{
background-color: #EFB3CF;
}
</style>
border-color css
<style>
span { border-color: #EFB3CF; }
span { border-color: rgb(239,179,207); }
td.TdClassName
{
border-color: #EFB3CF;
}
.TagClassName
{
border-color: #EFB3CF;
}
</style>