Shades of Lavender Rose #EFB1DE
Tints of Lavender Rose #EFB1DE
RGB
CMYK
RGB Variations
Color information
#EFB1DE (or 0xEFB1DE) is known color: Lavender Rose. HEX triplet: EF, B1 and DE. RGB value is (239,177,222). Sum of RGB (Red+Green+Blue) = 239+177+222=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1DE is #104E21. Grayscale: #C8C8C8. Windows color (decimal): -1068578 or 14594543. OLE color: 14594543.
HSL color Cylindrical-coordinate representation of color #EFB1DE: hue angle of 316.45º 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 #EFB1DE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 222 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.06 |
| HSL | 316.45º | 0.66% | 0.82% | - |
| HSV(B) | 316.45º | 0.26% | 0.94% | - |
| XYZ | 64.5 | 55.07 | 76.34 | - |
| YUV | 200.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 222 | 0 | 0.26 | 0.07 | 0.06 | 316.45 | 0.66 | 0.82 |
| Hex | EF | B1 | DE | 0 | 1A | 7 | 6 | 13C | 42 | 52 |
| Octal | 357 | 261 | 336 | 0 | 32 | 7 | 6 | 474 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11011110 | 0 | 11010 | 111 | 110 | 100111100 | 1000010 | 1010010 |
Color Harmonies of #EFB1DE
Complementary color
Monochromatic Colors of #EFB1DE
Black with #EFB1DE
Text Example
Text Example
White with #EFB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1DE; }
p { color: rgb(239,177,222); }
H1.HeaderClassName
{
color: #EFB1DE;
}
.AnyTagClassName
{
color: #EFB1DE;
}
</style>
background-color css
<style>
a { background-color: #EFB1DE; }
a { background-color: rgb(239,177,222); }
div.DivClassName
{
background-color: #EFB1DE;
}
.BgClassName
{
background-color: #EFB1DE;
}
</style>
border-color css
<style>
span { border-color: #EFB1DE; }
span { border-color: rgb(239,177,222); }
td.TdClassName
{
border-color: #EFB1DE;
}
.TagClassName
{
border-color: #EFB1DE;
}
</style>