Shades of Lavender Rose #EFAFDD
Tints of Lavender Rose #EFAFDD
RGB
CMYK
RGB Variations
Color information
#EFAFDD (or 0xEFAFDD) is known color: Lavender Rose. HEX triplet: EF, AF and DD. RGB value is (239,175,221). Sum of RGB (Red+Green+Blue) = 239+175+221=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFDD is #105022. Grayscale: #C7C7C7. Windows color (decimal): -1069091 or 14528495. OLE color: 14528495.
HSL color Cylindrical-coordinate representation of color #EFAFDD: hue angle of 316.88º 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 #EFAFDD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 221 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.06 |
| HSL | 316.88º | 0.67% | 0.81% | - |
| HSV(B) | 316.88º | 0.27% | 0.94% | - |
| XYZ | 63.98 | 54.23 | 75.5 | - |
| YUV | 199.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 221 | 0 | 0.27 | 0.08 | 0.06 | 316.88 | 0.67 | 0.81 |
| Hex | EF | AF | DD | 0 | 1B | 8 | 6 | 13D | 43 | 51 |
| Octal | 357 | 257 | 335 | 0 | 33 | 10 | 6 | 475 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11011101 | 0 | 11011 | 1000 | 110 | 100111101 | 1000011 | 1010001 |
Color Harmonies of #EFAFDD
Complementary color
Monochromatic Colors of #EFAFDD
Black with #EFAFDD
Text Example
Text Example
White with #EFAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFDD; }
p { color: rgb(239,175,221); }
H1.HeaderClassName
{
color: #EFAFDD;
}
.AnyTagClassName
{
color: #EFAFDD;
}
</style>
background-color css
<style>
a { background-color: #EFAFDD; }
a { background-color: rgb(239,175,221); }
div.DivClassName
{
background-color: #EFAFDD;
}
.BgClassName
{
background-color: #EFAFDD;
}
</style>
border-color css
<style>
span { border-color: #EFAFDD; }
span { border-color: rgb(239,175,221); }
td.TdClassName
{
border-color: #EFAFDD;
}
.TagClassName
{
border-color: #EFAFDD;
}
</style>