Shades of Lavender Pink #EFB6D6
Tints of Lavender Pink #EFB6D6
RGB
CMYK
RGB Variations
Color information
#EFB6D6 (or 0xEFB6D6) is known color: Lavender Pink. HEX triplet: EF, B6 and D6. RGB value is (239,182,214). Sum of RGB (Red+Green+Blue) = 239+182+214=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6D6 is #104929. Grayscale: #CACACA. Windows color (decimal): -1067306 or 14071535. OLE color: 14071535.
HSL color Cylindrical-coordinate representation of color #EFB6D6: hue angle of 326.32º 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 #EFB6D6 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 214 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.06 |
| HSL | 326.32º | 0.64% | 0.83% | - |
| HSV(B) | 326.32º | 0.24% | 0.94% | - |
| XYZ | 64.46 | 56.66 | 71.16 | - |
| YUV | 202.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 214 | 0 | 0.24 | 0.10 | 0.06 | 326.32 | 0.64 | 0.83 |
| Hex | EF | B6 | D6 | 0 | 18 | A | 6 | 146 | 40 | 53 |
| Octal | 357 | 266 | 326 | 0 | 30 | 12 | 6 | 506 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11010110 | 0 | 11000 | 1010 | 110 | 101000110 | 1000000 | 1010011 |
Color Harmonies of #EFB6D6
Complementary color
Monochromatic Colors of #EFB6D6
Black with #EFB6D6
Text Example
Text Example
White with #EFB6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6D6; }
p { color: rgb(239,182,214); }
H1.HeaderClassName
{
color: #EFB6D6;
}
.AnyTagClassName
{
color: #EFB6D6;
}
</style>
background-color css
<style>
a { background-color: #EFB6D6; }
a { background-color: rgb(239,182,214); }
div.DivClassName
{
background-color: #EFB6D6;
}
.BgClassName
{
background-color: #EFB6D6;
}
</style>
border-color css
<style>
span { border-color: #EFB6D6; }
span { border-color: rgb(239,182,214); }
td.TdClassName
{
border-color: #EFB6D6;
}
.TagClassName
{
border-color: #EFB6D6;
}
</style>