Shades of Lavender Pink #EFB9DA
Tints of Lavender Pink #EFB9DA
RGB
CMYK
RGB Variations
Color information
#EFB9DA (or 0xEFB9DA) is known color: Lavender Pink. HEX triplet: EF, B9 and DA. RGB value is (239,185,218). Sum of RGB (Red+Green+Blue) = 239+185+218=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9DA is #104625. Grayscale: #CCCCCC. Windows color (decimal): -1066534 or 14334447. OLE color: 14334447.
HSL color Cylindrical-coordinate representation of color #EFB9DA: hue angle of 323.33º 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 #EFB9DA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 218 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.06 |
| HSL | 323.33º | 0.63% | 0.83% | - |
| HSV(B) | 323.33º | 0.23% | 0.94% | - |
| XYZ | 65.6 | 58.11 | 74.09 | - |
| YUV | 204.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 218 | 0 | 0.23 | 0.09 | 0.06 | 323.33 | 0.63 | 0.83 |
| Hex | EF | B9 | DA | 0 | 17 | 9 | 6 | 143 | 3F | 53 |
| Octal | 357 | 271 | 332 | 0 | 27 | 11 | 6 | 503 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11011010 | 0 | 10111 | 1001 | 110 | 101000011 | 111111 | 1010011 |
Color Harmonies of #EFB9DA
Complementary color
Monochromatic Colors of #EFB9DA
Black with #EFB9DA
Text Example
Text Example
White with #EFB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9DA; }
p { color: rgb(239,185,218); }
H1.HeaderClassName
{
color: #EFB9DA;
}
.AnyTagClassName
{
color: #EFB9DA;
}
</style>
background-color css
<style>
a { background-color: #EFB9DA; }
a { background-color: rgb(239,185,218); }
div.DivClassName
{
background-color: #EFB9DA;
}
.BgClassName
{
background-color: #EFB9DA;
}
</style>
border-color css
<style>
span { border-color: #EFB9DA; }
span { border-color: rgb(239,185,218); }
td.TdClassName
{
border-color: #EFB9DA;
}
.TagClassName
{
border-color: #EFB9DA;
}
</style>