Shades of Lavender Pink #EFB1D3
Tints of Lavender Pink #EFB1D3
RGB
CMYK
RGB Variations
Color information
#EFB1D3 (or 0xEFB1D3) is known color: Lavender Pink. HEX triplet: EF, B1 and D3. RGB value is (239,177,211). Sum of RGB (Red+Green+Blue) = 239+177+211=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1D3 is #104E2C. Grayscale: #C7C7C7. Windows color (decimal): -1068589 or 13873647. OLE color: 13873647.
HSL color Cylindrical-coordinate representation of color #EFB1D3: hue angle of 327.1º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1D3 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 211 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.06 |
| HSL | 327.1º | 0.66% | 0.82% | - |
| HSV(B) | 327.1º | 0.26% | 0.94% | - |
| XYZ | 63.08 | 54.5 | 68.82 | - |
| YUV | 199.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 211 | 0 | 0.26 | 0.12 | 0.06 | 327.1 | 0.66 | 0.82 |
| Hex | EF | B1 | D3 | 0 | 1A | C | 6 | 147 | 42 | 52 |
| Octal | 357 | 261 | 323 | 0 | 32 | 14 | 6 | 507 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11010011 | 0 | 11010 | 1100 | 110 | 101000111 | 1000010 | 1010010 |
Color Harmonies of #EFB1D3
Complementary color
Monochromatic Colors of #EFB1D3
Black with #EFB1D3
Text Example
Text Example
White with #EFB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1D3; }
p { color: rgb(239,177,211); }
H1.HeaderClassName
{
color: #EFB1D3;
}
.AnyTagClassName
{
color: #EFB1D3;
}
</style>
background-color css
<style>
a { background-color: #EFB1D3; }
a { background-color: rgb(239,177,211); }
div.DivClassName
{
background-color: #EFB1D3;
}
.BgClassName
{
background-color: #EFB1D3;
}
</style>
border-color css
<style>
span { border-color: #EFB1D3; }
span { border-color: rgb(239,177,211); }
td.TdClassName
{
border-color: #EFB1D3;
}
.TagClassName
{
border-color: #EFB1D3;
}
</style>