Shades of Lavender Rose #EFB0DE
Tints of Lavender Rose #EFB0DE
RGB
CMYK
RGB Variations
Color information
#EFB0DE (or 0xEFB0DE) is known color: Lavender Rose. HEX triplet: EF, B0 and DE. RGB value is (239,176,222). Sum of RGB (Red+Green+Blue) = 239+176+222=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0DE is #104F21. Grayscale: #C7C7C7. Windows color (decimal): -1068834 or 14594287. OLE color: 14594287.
HSL color Cylindrical-coordinate representation of color #EFB0DE: hue angle of 316.19º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0DE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 222 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.06 |
| HSL | 316.19º | 0.66% | 0.81% | - |
| HSV(B) | 316.19º | 0.26% | 0.94% | - |
| XYZ | 64.31 | 54.68 | 76.27 | - |
| YUV | 200.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 222 | 0 | 0.26 | 0.07 | 0.06 | 316.19 | 0.66 | 0.81 |
| Hex | EF | B0 | DE | 0 | 1A | 7 | 6 | 13C | 42 | 51 |
| Octal | 357 | 260 | 336 | 0 | 32 | 7 | 6 | 474 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11011110 | 0 | 11010 | 111 | 110 | 100111100 | 1000010 | 1010001 |
Color Harmonies of #EFB0DE
Complementary color
Monochromatic Colors of #EFB0DE
Black with #EFB0DE
Text Example
Text Example
White with #EFB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0DE; }
p { color: rgb(239,176,222); }
H1.HeaderClassName
{
color: #EFB0DE;
}
.AnyTagClassName
{
color: #EFB0DE;
}
</style>
background-color css
<style>
a { background-color: #EFB0DE; }
a { background-color: rgb(239,176,222); }
div.DivClassName
{
background-color: #EFB0DE;
}
.BgClassName
{
background-color: #EFB0DE;
}
</style>
border-color css
<style>
span { border-color: #EFB0DE; }
span { border-color: rgb(239,176,222); }
td.TdClassName
{
border-color: #EFB0DE;
}
.TagClassName
{
border-color: #EFB0DE;
}
</style>