Shades of Lavender Pink #EFB7D1
Tints of Lavender Pink #EFB7D1
RGB
CMYK
RGB Variations
Color information
#EFB7D1 (or 0xEFB7D1) is known color: Lavender Pink. HEX triplet: EF, B7 and D1. RGB value is (239,183,209). Sum of RGB (Red+Green+Blue) = 239+183+209=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D1 is #10482E. Grayscale: #CACACA. Windows color (decimal): -1067055 or 13744111. OLE color: 13744111.
HSL color Cylindrical-coordinate representation of color #EFB7D1: hue angle of 332.14º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB7D1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 209 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.06 |
| HSL | 332.14º | 0.64% | 0.83% | - |
| HSV(B) | 332.14º | 0.23% | 0.94% | - |
| XYZ | 64.04 | 56.82 | 67.91 | - |
| YUV | 202.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 209 | 0 | 0.23 | 0.13 | 0.06 | 332.14 | 0.64 | 0.83 |
| Hex | EF | B7 | D1 | 0 | 17 | D | 6 | 14C | 40 | 53 |
| Octal | 357 | 267 | 321 | 0 | 27 | 15 | 6 | 514 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11010001 | 0 | 10111 | 1101 | 110 | 101001100 | 1000000 | 1010011 |
Color Harmonies of #EFB7D1
Complementary color
Monochromatic Colors of #EFB7D1
Black with #EFB7D1
Text Example
Text Example
White with #EFB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7D1; }
p { color: rgb(239,183,209); }
H1.HeaderClassName
{
color: #EFB7D1;
}
.AnyTagClassName
{
color: #EFB7D1;
}
</style>
background-color css
<style>
a { background-color: #EFB7D1; }
a { background-color: rgb(239,183,209); }
div.DivClassName
{
background-color: #EFB7D1;
}
.BgClassName
{
background-color: #EFB7D1;
}
</style>
border-color css
<style>
span { border-color: #EFB7D1; }
span { border-color: rgb(239,183,209); }
td.TdClassName
{
border-color: #EFB7D1;
}
.TagClassName
{
border-color: #EFB7D1;
}
</style>