Shades of Lavender Pink #EFB7D3
Tints of Lavender Pink #EFB7D3
RGB
CMYK
RGB Variations
Color information
#EFB7D3 (or 0xEFB7D3) is known color: Lavender Pink. HEX triplet: EF, B7 and D3. RGB value is (239,183,211). Sum of RGB (Red+Green+Blue) = 239+183+211=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D3 is #10482C. Grayscale: #CACACA. Windows color (decimal): -1067053 or 13875183. OLE color: 13875183.
HSL color Cylindrical-coordinate representation of color #EFB7D3: hue angle of 330º 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 #EFB7D3 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 211 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.06 |
| HSL | 330º | 0.64% | 0.83% | - |
| HSV(B) | 330º | 0.23% | 0.94% | - |
| XYZ | 64.29 | 56.92 | 69.23 | - |
| YUV | 202.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 211 | 0 | 0.23 | 0.12 | 0.06 | 330 | 0.64 | 0.83 |
| Hex | EF | B7 | D3 | 0 | 17 | C | 6 | 14A | 40 | 53 |
| Octal | 357 | 267 | 323 | 0 | 27 | 14 | 6 | 512 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11010011 | 0 | 10111 | 1100 | 110 | 101001010 | 1000000 | 1010011 |
Color Harmonies of #EFB7D3
Complementary color
Monochromatic Colors of #EFB7D3
Black with #EFB7D3
Text Example
Text Example
White with #EFB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7D3; }
p { color: rgb(239,183,211); }
H1.HeaderClassName
{
color: #EFB7D3;
}
.AnyTagClassName
{
color: #EFB7D3;
}
</style>
background-color css
<style>
a { background-color: #EFB7D3; }
a { background-color: rgb(239,183,211); }
div.DivClassName
{
background-color: #EFB7D3;
}
.BgClassName
{
background-color: #EFB7D3;
}
</style>
border-color css
<style>
span { border-color: #EFB7D3; }
span { border-color: rgb(239,183,211); }
td.TdClassName
{
border-color: #EFB7D3;
}
.TagClassName
{
border-color: #EFB7D3;
}
</style>