Shades of Lavender Rose #EFAFDB
Tints of Lavender Rose #EFAFDB
RGB
CMYK
RGB Variations
Color information
#EFAFDB (or 0xEFAFDB) is known color: Lavender Rose. HEX triplet: EF, AF and DB. RGB value is (239,175,219). Sum of RGB (Red+Green+Blue) = 239+175+219=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFDB is #105024. Grayscale: #C7C7C7. Windows color (decimal): -1069093 or 14397423. OLE color: 14397423.
HSL color Cylindrical-coordinate representation of color #EFAFDB: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFDB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 219 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.06 |
| HSL | 318.75º | 0.67% | 0.81% | - |
| HSV(B) | 318.75º | 0.27% | 0.94% | - |
| XYZ | 63.71 | 54.13 | 74.11 | - |
| YUV | 199.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 219 | 0 | 0.27 | 0.08 | 0.06 | 318.75 | 0.67 | 0.81 |
| Hex | EF | AF | DB | 0 | 1B | 8 | 6 | 13F | 43 | 51 |
| Octal | 357 | 257 | 333 | 0 | 33 | 10 | 6 | 477 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11011011 | 0 | 11011 | 1000 | 110 | 100111111 | 1000011 | 1010001 |
Color Harmonies of #EFAFDB
Complementary color
Monochromatic Colors of #EFAFDB
Black with #EFAFDB
Text Example
Text Example
White with #EFAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFDB; }
p { color: rgb(239,175,219); }
H1.HeaderClassName
{
color: #EFAFDB;
}
.AnyTagClassName
{
color: #EFAFDB;
}
</style>
background-color css
<style>
a { background-color: #EFAFDB; }
a { background-color: rgb(239,175,219); }
div.DivClassName
{
background-color: #EFAFDB;
}
.BgClassName
{
background-color: #EFAFDB;
}
</style>
border-color css
<style>
span { border-color: #EFAFDB; }
span { border-color: rgb(239,175,219); }
td.TdClassName
{
border-color: #EFAFDB;
}
.TagClassName
{
border-color: #EFAFDB;
}
</style>