Shades of Lavender Rose #EFB1DF
Tints of Lavender Rose #EFB1DF
RGB
CMYK
RGB Variations
Color information
#EFB1DF (or 0xEFB1DF) is known color: Lavender Rose. HEX triplet: EF, B1 and DF. RGB value is (239,177,223). Sum of RGB (Red+Green+Blue) = 239+177+223=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DF is #104E20. Grayscale: #C8C8C8. Windows color (decimal): -1068577 or 14660079. OLE color: 14660079.
HSL color Cylindrical-coordinate representation of color #EFB1DF: hue angle of 315.48º 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 #EFB1DF is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 223 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.06 |
| HSL | 315.48º | 0.66% | 0.82% | - |
| HSV(B) | 315.48º | 0.26% | 0.94% | - |
| XYZ | 64.64 | 55.12 | 77.05 | - |
| YUV | 200.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 223 | 0 | 0.26 | 0.07 | 0.06 | 315.48 | 0.66 | 0.82 |
| Hex | EF | B1 | DF | 0 | 1A | 7 | 6 | 13B | 42 | 52 |
| Octal | 357 | 261 | 337 | 0 | 32 | 7 | 6 | 473 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11011111 | 0 | 11010 | 111 | 110 | 100111011 | 1000010 | 1010010 |
Color Harmonies of #EFB1DF
Complementary color
Monochromatic Colors of #EFB1DF
Black with #EFB1DF
Text Example
Text Example
White with #EFB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1DF; }
p { color: rgb(239,177,223); }
H1.HeaderClassName
{
color: #EFB1DF;
}
.AnyTagClassName
{
color: #EFB1DF;
}
</style>
background-color css
<style>
a { background-color: #EFB1DF; }
a { background-color: rgb(239,177,223); }
div.DivClassName
{
background-color: #EFB1DF;
}
.BgClassName
{
background-color: #EFB1DF;
}
</style>
border-color css
<style>
span { border-color: #EFB1DF; }
span { border-color: rgb(239,177,223); }
td.TdClassName
{
border-color: #EFB1DF;
}
.TagClassName
{
border-color: #EFB1DF;
}
</style>