Shades of Lavender Pink #EFB1DA
Tints of Lavender Pink #EFB1DA
RGB
CMYK
RGB Variations
Color information
#EFB1DA (or 0xEFB1DA) is known color: Lavender Pink. HEX triplet: EF, B1 and DA. RGB value is (239,177,218). Sum of RGB (Red+Green+Blue) = 239+177+218=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DA is #104E25. Grayscale: #C8C8C8. Windows color (decimal): -1068582 or 14332399. OLE color: 14332399.
HSL color Cylindrical-coordinate representation of color #EFB1DA: hue angle of 320.32º 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 #EFB1DA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 218 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.06 |
| HSL | 320.32º | 0.66% | 0.82% | - |
| HSV(B) | 320.32º | 0.26% | 0.94% | - |
| XYZ | 63.97 | 54.86 | 73.55 | - |
| YUV | 200.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 218 | 0 | 0.26 | 0.09 | 0.06 | 320.32 | 0.66 | 0.82 |
| Hex | EF | B1 | DA | 0 | 1A | 9 | 6 | 140 | 42 | 52 |
| Octal | 357 | 261 | 332 | 0 | 32 | 11 | 6 | 500 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11011010 | 0 | 11010 | 1001 | 110 | 101000000 | 1000010 | 1010010 |
Color Harmonies of #EFB1DA
Complementary color
Monochromatic Colors of #EFB1DA
Black with #EFB1DA
Text Example
Text Example
White with #EFB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1DA; }
p { color: rgb(239,177,218); }
H1.HeaderClassName
{
color: #EFB1DA;
}
.AnyTagClassName
{
color: #EFB1DA;
}
</style>
background-color css
<style>
a { background-color: #EFB1DA; }
a { background-color: rgb(239,177,218); }
div.DivClassName
{
background-color: #EFB1DA;
}
.BgClassName
{
background-color: #EFB1DA;
}
</style>
border-color css
<style>
span { border-color: #EFB1DA; }
span { border-color: rgb(239,177,218); }
td.TdClassName
{
border-color: #EFB1DA;
}
.TagClassName
{
border-color: #EFB1DA;
}
</style>