Shades of Lavender Pink #EFB5D1
Tints of Lavender Pink #EFB5D1
RGB
CMYK
RGB Variations
Color information
#EFB5D1 (or 0xEFB5D1) is known color: Lavender Pink. HEX triplet: EF, B5 and D1. RGB value is (239,181,209). Sum of RGB (Red+Green+Blue) = 239+181+209=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5D1 is #104A2E. Grayscale: #C9C9C9. Windows color (decimal): -1067567 or 13743599. OLE color: 13743599.
HSL color Cylindrical-coordinate representation of color #EFB5D1: hue angle of 331.03º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5D1 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 209 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.06 |
| HSL | 331.03º | 0.64% | 0.82% | - |
| HSV(B) | 331.03º | 0.24% | 0.94% | - |
| XYZ | 63.63 | 56 | 67.78 | - |
| YUV | 201.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 209 | 0 | 0.24 | 0.13 | 0.06 | 331.03 | 0.64 | 0.82 |
| Hex | EF | B5 | D1 | 0 | 18 | D | 6 | 14B | 40 | 52 |
| Octal | 357 | 265 | 321 | 0 | 30 | 15 | 6 | 513 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11010001 | 0 | 11000 | 1101 | 110 | 101001011 | 1000000 | 1010010 |
Color Harmonies of #EFB5D1
Complementary color
Monochromatic Colors of #EFB5D1
Black with #EFB5D1
Text Example
Text Example
White with #EFB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5D1; }
p { color: rgb(239,181,209); }
H1.HeaderClassName
{
color: #EFB5D1;
}
.AnyTagClassName
{
color: #EFB5D1;
}
</style>
background-color css
<style>
a { background-color: #EFB5D1; }
a { background-color: rgb(239,181,209); }
div.DivClassName
{
background-color: #EFB5D1;
}
.BgClassName
{
background-color: #EFB5D1;
}
</style>
border-color css
<style>
span { border-color: #EFB5D1; }
span { border-color: rgb(239,181,209); }
td.TdClassName
{
border-color: #EFB5D1;
}
.TagClassName
{
border-color: #EFB5D1;
}
</style>