Shades of Lavender Pink #EFB3DB
Tints of Lavender Pink #EFB3DB
RGB
CMYK
RGB Variations
Color information
#EFB3DB (or 0xEFB3DB) is known color: Lavender Pink. HEX triplet: EF, B3 and DB. RGB value is (239,179,219). Sum of RGB (Red+Green+Blue) = 239+179+219=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3DB is #104C24. Grayscale: #C9C9C9. Windows color (decimal): -1068069 or 14398447. OLE color: 14398447.
HSL color Cylindrical-coordinate representation of color #EFB3DB: hue angle of 320º 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 #EFB3DB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 219 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.06 |
| HSL | 320º | 0.65% | 0.82% | - |
| HSV(B) | 320º | 0.25% | 0.94% | - |
| XYZ | 64.5 | 55.71 | 74.37 | - |
| YUV | 201.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 219 | 0 | 0.25 | 0.08 | 0.06 | 320 | 0.65 | 0.82 |
| Hex | EF | B3 | DB | 0 | 19 | 8 | 6 | 140 | 41 | 52 |
| Octal | 357 | 263 | 333 | 0 | 31 | 10 | 6 | 500 | 101 | 122 |
| Binary | 11101111 | 10110011 | 11011011 | 0 | 11001 | 1000 | 110 | 101000000 | 1000001 | 1010010 |
Color Harmonies of #EFB3DB
Complementary color
Monochromatic Colors of #EFB3DB
Black with #EFB3DB
Text Example
Text Example
White with #EFB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3DB; }
p { color: rgb(239,179,219); }
H1.HeaderClassName
{
color: #EFB3DB;
}
.AnyTagClassName
{
color: #EFB3DB;
}
</style>
background-color css
<style>
a { background-color: #EFB3DB; }
a { background-color: rgb(239,179,219); }
div.DivClassName
{
background-color: #EFB3DB;
}
.BgClassName
{
background-color: #EFB3DB;
}
</style>
border-color css
<style>
span { border-color: #EFB3DB; }
span { border-color: rgb(239,179,219); }
td.TdClassName
{
border-color: #EFB3DB;
}
.TagClassName
{
border-color: #EFB3DB;
}
</style>