Shades of Lavender Pink #EFB7DB
Tints of Lavender Pink #EFB7DB
RGB
CMYK
RGB Variations
Color information
#EFB7DB (or 0xEFB7DB) is known color: Lavender Pink. HEX triplet: EF, B7 and DB. RGB value is (239,183,219). Sum of RGB (Red+Green+Blue) = 239+183+219=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7DB is #104824. Grayscale: #CBCBCB. Windows color (decimal): -1067045 or 14399471. OLE color: 14399471.
HSL color Cylindrical-coordinate representation of color #EFB7DB: hue angle of 321.43º 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 #EFB7DB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 219 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.06 |
| HSL | 321.43º | 0.64% | 0.83% | - |
| HSV(B) | 321.43º | 0.23% | 0.94% | - |
| XYZ | 65.32 | 57.33 | 74.64 | - |
| YUV | 203.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 219 | 0 | 0.23 | 0.08 | 0.06 | 321.43 | 0.64 | 0.83 |
| Hex | EF | B7 | DB | 0 | 17 | 8 | 6 | 141 | 40 | 53 |
| Octal | 357 | 267 | 333 | 0 | 27 | 10 | 6 | 501 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11011011 | 0 | 10111 | 1000 | 110 | 101000001 | 1000000 | 1010011 |
Color Harmonies of #EFB7DB
Complementary color
Monochromatic Colors of #EFB7DB
Black with #EFB7DB
Text Example
Text Example
White with #EFB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7DB; }
p { color: rgb(239,183,219); }
H1.HeaderClassName
{
color: #EFB7DB;
}
.AnyTagClassName
{
color: #EFB7DB;
}
</style>
background-color css
<style>
a { background-color: #EFB7DB; }
a { background-color: rgb(239,183,219); }
div.DivClassName
{
background-color: #EFB7DB;
}
.BgClassName
{
background-color: #EFB7DB;
}
</style>
border-color css
<style>
span { border-color: #EFB7DB; }
span { border-color: rgb(239,183,219); }
td.TdClassName
{
border-color: #EFB7DB;
}
.TagClassName
{
border-color: #EFB7DB;
}
</style>