Shades of Lavender Pink #EFB6DB
Tints of Lavender Pink #EFB6DB
RGB
CMYK
RGB Variations
Color information
#EFB6DB (or 0xEFB6DB) is known color: Lavender Pink. HEX triplet: EF, B6 and DB. RGB value is (239,182,219). Sum of RGB (Red+Green+Blue) = 239+182+219=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DB is #104924. Grayscale: #CBCBCB. Windows color (decimal): -1067301 or 14399215. OLE color: 14399215.
HSL color Cylindrical-coordinate representation of color #EFB6DB: hue angle of 321.05º 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 #EFB6DB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 219 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.06 |
| HSL | 321.05º | 0.64% | 0.83% | - |
| HSV(B) | 321.05º | 0.24% | 0.94% | - |
| XYZ | 65.11 | 56.92 | 74.57 | - |
| YUV | 203.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 219 | 0 | 0.24 | 0.08 | 0.06 | 321.05 | 0.64 | 0.83 |
| Hex | EF | B6 | DB | 0 | 18 | 8 | 6 | 141 | 40 | 53 |
| Octal | 357 | 266 | 333 | 0 | 30 | 10 | 6 | 501 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11011011 | 0 | 11000 | 1000 | 110 | 101000001 | 1000000 | 1010011 |
Color Harmonies of #EFB6DB
Complementary color
Monochromatic Colors of #EFB6DB
Black with #EFB6DB
Text Example
Text Example
White with #EFB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6DB; }
p { color: rgb(239,182,219); }
H1.HeaderClassName
{
color: #EFB6DB;
}
.AnyTagClassName
{
color: #EFB6DB;
}
</style>
background-color css
<style>
a { background-color: #EFB6DB; }
a { background-color: rgb(239,182,219); }
div.DivClassName
{
background-color: #EFB6DB;
}
.BgClassName
{
background-color: #EFB6DB;
}
</style>
border-color css
<style>
span { border-color: #EFB6DB; }
span { border-color: rgb(239,182,219); }
td.TdClassName
{
border-color: #EFB6DB;
}
.TagClassName
{
border-color: #EFB6DB;
}
</style>