Shades of Lavender Pink #EFB7D8
Tints of Lavender Pink #EFB7D8
RGB
CMYK
RGB Variations
Color information
#EFB7D8 (or 0xEFB7D8) is known color: Lavender Pink. HEX triplet: EF, B7 and D8. RGB value is (239,183,216). Sum of RGB (Red+Green+Blue) = 239+183+216=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D8 is #104827. Grayscale: #CBCBCB. Windows color (decimal): -1067048 or 14202863. OLE color: 14202863.
HSL color Cylindrical-coordinate representation of color #EFB7D8: hue angle of 324.64º degrees, saturation: 0.64, 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 #EFB7D8 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 216 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.06 |
| HSL | 324.64º | 0.64% | 0.83% | - |
| HSV(B) | 324.64º | 0.23% | 0.94% | - |
| XYZ | 64.92 | 57.18 | 72.58 | - |
| YUV | 203.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 216 | 0 | 0.23 | 0.10 | 0.06 | 324.64 | 0.64 | 0.83 |
| Hex | EF | B7 | D8 | 0 | 17 | A | 6 | 145 | 40 | 53 |
| Octal | 357 | 267 | 330 | 0 | 27 | 12 | 6 | 505 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11011000 | 0 | 10111 | 1010 | 110 | 101000101 | 1000000 | 1010011 |
Color Harmonies of #EFB7D8
Complementary color
Monochromatic Colors of #EFB7D8
Black with #EFB7D8
Text Example
Text Example
White with #EFB7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7D8; }
p { color: rgb(239,183,216); }
H1.HeaderClassName
{
color: #EFB7D8;
}
.AnyTagClassName
{
color: #EFB7D8;
}
</style>
background-color css
<style>
a { background-color: #EFB7D8; }
a { background-color: rgb(239,183,216); }
div.DivClassName
{
background-color: #EFB7D8;
}
.BgClassName
{
background-color: #EFB7D8;
}
</style>
border-color css
<style>
span { border-color: #EFB7D8; }
span { border-color: rgb(239,183,216); }
td.TdClassName
{
border-color: #EFB7D8;
}
.TagClassName
{
border-color: #EFB7D8;
}
</style>