Shades of Lavender Pink #EFB6DA
Tints of Lavender Pink #EFB6DA
RGB
CMYK
RGB Variations
Color information
#EFB6DA (or 0xEFB6DA) is known color: Lavender Pink. HEX triplet: EF, B6 and DA. RGB value is (239,182,218). Sum of RGB (Red+Green+Blue) = 239+182+218=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DA is #104925. Grayscale: #CBCBCB. Windows color (decimal): -1067302 or 14333679. OLE color: 14333679.
HSL color Cylindrical-coordinate representation of color #EFB6DA: hue angle of 322.11º 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 #EFB6DA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 218 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.06 |
| HSL | 322.11º | 0.64% | 0.83% | - |
| HSV(B) | 322.11º | 0.24% | 0.94% | - |
| XYZ | 64.98 | 56.87 | 73.88 | - |
| YUV | 203.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 218 | 0 | 0.24 | 0.09 | 0.06 | 322.11 | 0.64 | 0.83 |
| Hex | EF | B6 | DA | 0 | 18 | 9 | 6 | 142 | 40 | 53 |
| Octal | 357 | 266 | 332 | 0 | 30 | 11 | 6 | 502 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11011010 | 0 | 11000 | 1001 | 110 | 101000010 | 1000000 | 1010011 |
Color Harmonies of #EFB6DA
Complementary color
Monochromatic Colors of #EFB6DA
Black with #EFB6DA
Text Example
Text Example
White with #EFB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6DA; }
p { color: rgb(239,182,218); }
H1.HeaderClassName
{
color: #EFB6DA;
}
.AnyTagClassName
{
color: #EFB6DA;
}
</style>
background-color css
<style>
a { background-color: #EFB6DA; }
a { background-color: rgb(239,182,218); }
div.DivClassName
{
background-color: #EFB6DA;
}
.BgClassName
{
background-color: #EFB6DA;
}
</style>
border-color css
<style>
span { border-color: #EFB6DA; }
span { border-color: rgb(239,182,218); }
td.TdClassName
{
border-color: #EFB6DA;
}
.TagClassName
{
border-color: #EFB6DA;
}
</style>