Shades of Lavender Rose #EFADDD
Tints of Lavender Rose #EFADDD
RGB
CMYK
RGB Variations
Color information
#EFADDD (or 0xEFADDD) is known color: Lavender Rose. HEX triplet: EF, AD and DD. RGB value is (239,173,221). Sum of RGB (Red+Green+Blue) = 239+173+221=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADDD is #105222. Grayscale: #C6C6C6. Windows color (decimal): -1069603 or 14527983. OLE color: 14527983.
HSL color Cylindrical-coordinate representation of color #EFADDD: hue angle of 316.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADDD is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 221 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.06 |
| HSL | 316.36º | 0.67% | 0.81% | - |
| HSV(B) | 316.36º | 0.28% | 0.94% | - |
| XYZ | 63.59 | 53.46 | 75.37 | - |
| YUV | 198.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 221 | 0 | 0.28 | 0.08 | 0.06 | 316.36 | 0.67 | 0.81 |
| Hex | EF | AD | DD | 0 | 1C | 8 | 6 | 13C | 43 | 51 |
| Octal | 357 | 255 | 335 | 0 | 34 | 10 | 6 | 474 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11011101 | 0 | 11100 | 1000 | 110 | 100111100 | 1000011 | 1010001 |
Color Harmonies of #EFADDD
Complementary color
Monochromatic Colors of #EFADDD
Black with #EFADDD
Text Example
Text Example
White with #EFADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADDD; }
p { color: rgb(239,173,221); }
H1.HeaderClassName
{
color: #EFADDD;
}
.AnyTagClassName
{
color: #EFADDD;
}
</style>
background-color css
<style>
a { background-color: #EFADDD; }
a { background-color: rgb(239,173,221); }
div.DivClassName
{
background-color: #EFADDD;
}
.BgClassName
{
background-color: #EFADDD;
}
</style>
border-color css
<style>
span { border-color: #EFADDD; }
span { border-color: rgb(239,173,221); }
td.TdClassName
{
border-color: #EFADDD;
}
.TagClassName
{
border-color: #EFADDD;
}
</style>