Shades of Lavender Rose #EFAFDF
Tints of Lavender Rose #EFAFDF
RGB
CMYK
RGB Variations
Color information
#EFAFDF (or 0xEFAFDF) is known color: Lavender Rose. HEX triplet: EF, AF and DF. RGB value is (239,175,223). Sum of RGB (Red+Green+Blue) = 239+175+223=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFDF is #105020. Grayscale: #C7C7C7. Windows color (decimal): -1069089 or 14659567. OLE color: 14659567.
HSL color Cylindrical-coordinate representation of color #EFAFDF: hue angle of 315º 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 #EFAFDF is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 223 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.06 |
| HSL | 315º | 0.67% | 0.81% | - |
| HSV(B) | 315º | 0.27% | 0.94% | - |
| XYZ | 64.25 | 54.34 | 76.91 | - |
| YUV | 199.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 223 | 0 | 0.27 | 0.07 | 0.06 | 315 | 0.67 | 0.81 |
| Hex | EF | AF | DF | 0 | 1B | 7 | 6 | 13B | 43 | 51 |
| Octal | 357 | 257 | 337 | 0 | 33 | 7 | 6 | 473 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11011111 | 0 | 11011 | 111 | 110 | 100111011 | 1000011 | 1010001 |
Color Harmonies of #EFAFDF
Complementary color
Monochromatic Colors of #EFAFDF
Black with #EFAFDF
Text Example
Text Example
White with #EFAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFDF; }
p { color: rgb(239,175,223); }
H1.HeaderClassName
{
color: #EFAFDF;
}
.AnyTagClassName
{
color: #EFAFDF;
}
</style>
background-color css
<style>
a { background-color: #EFAFDF; }
a { background-color: rgb(239,175,223); }
div.DivClassName
{
background-color: #EFAFDF;
}
.BgClassName
{
background-color: #EFAFDF;
}
</style>
border-color css
<style>
span { border-color: #EFAFDF; }
span { border-color: rgb(239,175,223); }
td.TdClassName
{
border-color: #EFAFDF;
}
.TagClassName
{
border-color: #EFAFDF;
}
</style>