Shades of Lavender Pink #EFB4D1
Tints of Lavender Pink #EFB4D1
RGB
CMYK
RGB Variations
Color information
#EFB4D1 (or 0xEFB4D1) is known color: Lavender Pink. HEX triplet: EF, B4 and D1. RGB value is (239,180,209). Sum of RGB (Red+Green+Blue) = 239+180+209=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4D1 is #104B2E. Grayscale: #C8C8C8. Windows color (decimal): -1067823 or 13743343. OLE color: 13743343.
HSL color Cylindrical-coordinate representation of color #EFB4D1: hue angle of 330.51º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4D1 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 209 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.06 |
| HSL | 330.51º | 0.65% | 0.82% | - |
| HSV(B) | 330.51º | 0.25% | 0.94% | - |
| XYZ | 63.43 | 55.6 | 67.71 | - |
| YUV | 200.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 209 | 0 | 0.25 | 0.13 | 0.06 | 330.51 | 0.65 | 0.82 |
| Hex | EF | B4 | D1 | 0 | 19 | D | 6 | 14B | 41 | 52 |
| Octal | 357 | 264 | 321 | 0 | 31 | 15 | 6 | 513 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11010001 | 0 | 11001 | 1101 | 110 | 101001011 | 1000001 | 1010010 |
Color Harmonies of #EFB4D1
Complementary color
Monochromatic Colors of #EFB4D1
Black with #EFB4D1
Text Example
Text Example
White with #EFB4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4D1; }
p { color: rgb(239,180,209); }
H1.HeaderClassName
{
color: #EFB4D1;
}
.AnyTagClassName
{
color: #EFB4D1;
}
</style>
background-color css
<style>
a { background-color: #EFB4D1; }
a { background-color: rgb(239,180,209); }
div.DivClassName
{
background-color: #EFB4D1;
}
.BgClassName
{
background-color: #EFB4D1;
}
</style>
border-color css
<style>
span { border-color: #EFB4D1; }
span { border-color: rgb(239,180,209); }
td.TdClassName
{
border-color: #EFB4D1;
}
.TagClassName
{
border-color: #EFB4D1;
}
</style>