Shades of Lavender Pink #EFB8DB
Tints of Lavender Pink #EFB8DB
RGB
CMYK
RGB Variations
Color information
#EFB8DB (or 0xEFB8DB) is known color: Lavender Pink. HEX triplet: EF, B8 and DB. RGB value is (239,184,219). Sum of RGB (Red+Green+Blue) = 239+184+219=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8DB is #104724. Grayscale: #CCCCCC. Windows color (decimal): -1066789 or 14399727. OLE color: 14399727.
HSL color Cylindrical-coordinate representation of color #EFB8DB: hue angle of 321.82º degrees, saturation: 0.63, 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 #EFB8DB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 219 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.06 |
| HSL | 321.82º | 0.63% | 0.83% | - |
| HSV(B) | 321.82º | 0.23% | 0.94% | - |
| XYZ | 65.52 | 57.75 | 74.71 | - |
| YUV | 204.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 219 | 0 | 0.23 | 0.08 | 0.06 | 321.82 | 0.63 | 0.83 |
| Hex | EF | B8 | DB | 0 | 17 | 8 | 6 | 142 | 3F | 53 |
| Octal | 357 | 270 | 333 | 0 | 27 | 10 | 6 | 502 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11011011 | 0 | 10111 | 1000 | 110 | 101000010 | 111111 | 1010011 |
Color Harmonies of #EFB8DB
Complementary color
Monochromatic Colors of #EFB8DB
Black with #EFB8DB
Text Example
Text Example
White with #EFB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8DB; }
p { color: rgb(239,184,219); }
H1.HeaderClassName
{
color: #EFB8DB;
}
.AnyTagClassName
{
color: #EFB8DB;
}
</style>
background-color css
<style>
a { background-color: #EFB8DB; }
a { background-color: rgb(239,184,219); }
div.DivClassName
{
background-color: #EFB8DB;
}
.BgClassName
{
background-color: #EFB8DB;
}
</style>
border-color css
<style>
span { border-color: #EFB8DB; }
span { border-color: rgb(239,184,219); }
td.TdClassName
{
border-color: #EFB8DB;
}
.TagClassName
{
border-color: #EFB8DB;
}
</style>