Shades of Lavender Pink #EFB1D0
Tints of Lavender Pink #EFB1D0
RGB
CMYK
RGB Variations
Color information
#EFB1D0 (or 0xEFB1D0) is known color: Lavender Pink. HEX triplet: EF, B1 and D0. RGB value is (239,177,208). Sum of RGB (Red+Green+Blue) = 239+177+208=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1D0 is #104E2F. Grayscale: #C7C7C7. Windows color (decimal): -1068592 or 13677039. OLE color: 13677039.
HSL color Cylindrical-coordinate representation of color #EFB1D0: hue angle of 330º 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 #EFB1D0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 208 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.06 |
| HSL | 330º | 0.66% | 0.82% | - |
| HSV(B) | 330º | 0.26% | 0.94% | - |
| XYZ | 62.7 | 54.35 | 66.86 | - |
| YUV | 199.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 208 | 0 | 0.26 | 0.13 | 0.06 | 330 | 0.66 | 0.82 |
| Hex | EF | B1 | D0 | 0 | 1A | D | 6 | 14A | 42 | 52 |
| Octal | 357 | 261 | 320 | 0 | 32 | 15 | 6 | 512 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11010000 | 0 | 11010 | 1101 | 110 | 101001010 | 1000010 | 1010010 |
Color Harmonies of #EFB1D0
Complementary color
Monochromatic Colors of #EFB1D0
Black with #EFB1D0
Text Example
Text Example
White with #EFB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1D0; }
p { color: rgb(239,177,208); }
H1.HeaderClassName
{
color: #EFB1D0;
}
.AnyTagClassName
{
color: #EFB1D0;
}
</style>
background-color css
<style>
a { background-color: #EFB1D0; }
a { background-color: rgb(239,177,208); }
div.DivClassName
{
background-color: #EFB1D0;
}
.BgClassName
{
background-color: #EFB1D0;
}
</style>
border-color css
<style>
span { border-color: #EFB1D0; }
span { border-color: rgb(239,177,208); }
td.TdClassName
{
border-color: #EFB1D0;
}
.TagClassName
{
border-color: #EFB1D0;
}
</style>