Shades of Lavender Pink #EFB8D1
Tints of Lavender Pink #EFB8D1
RGB
CMYK
RGB Variations
Color information
#EFB8D1 (or 0xEFB8D1) is known color: Lavender Pink. HEX triplet: EF, B8 and D1. RGB value is (239,184,209). Sum of RGB (Red+Green+Blue) = 239+184+209=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8D1 is #10472E. Grayscale: #CBCBCB. Windows color (decimal): -1066799 or 13744367. OLE color: 13744367.
HSL color Cylindrical-coordinate representation of color #EFB8D1: hue angle of 332.73º 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 #EFB8D1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 209 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.06 |
| HSL | 332.73º | 0.63% | 0.83% | - |
| HSV(B) | 332.73º | 0.23% | 0.94% | - |
| XYZ | 64.25 | 57.24 | 67.98 | - |
| YUV | 203.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 209 | 0 | 0.23 | 0.13 | 0.06 | 332.73 | 0.63 | 0.83 |
| Hex | EF | B8 | D1 | 0 | 17 | D | 6 | 14D | 3F | 53 |
| Octal | 357 | 270 | 321 | 0 | 27 | 15 | 6 | 515 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11010001 | 0 | 10111 | 1101 | 110 | 101001101 | 111111 | 1010011 |
Color Harmonies of #EFB8D1
Complementary color
Monochromatic Colors of #EFB8D1
Black with #EFB8D1
Text Example
Text Example
White with #EFB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8D1; }
p { color: rgb(239,184,209); }
H1.HeaderClassName
{
color: #EFB8D1;
}
.AnyTagClassName
{
color: #EFB8D1;
}
</style>
background-color css
<style>
a { background-color: #EFB8D1; }
a { background-color: rgb(239,184,209); }
div.DivClassName
{
background-color: #EFB8D1;
}
.BgClassName
{
background-color: #EFB8D1;
}
</style>
border-color css
<style>
span { border-color: #EFB8D1; }
span { border-color: rgb(239,184,209); }
td.TdClassName
{
border-color: #EFB8D1;
}
.TagClassName
{
border-color: #EFB8D1;
}
</style>