Shades of Lavender Rose #EFADE1
Tints of Lavender Rose #EFADE1
RGB
CMYK
RGB Variations
Color information
#EFADE1 (or 0xEFADE1) is known color: Lavender Rose. HEX triplet: EF, AD and E1. RGB value is (239,173,225). Sum of RGB (Red+Green+Blue) = 239+173+225=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADE1 is #10521E. Grayscale: #C6C6C6. Windows color (decimal): -1069599 or 14790127. OLE color: 14790127.
HSL color Cylindrical-coordinate representation of color #EFADE1: hue angle of 312.73º 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 #EFADE1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 173 | 225 | - |
CMYK | 0 | 0.28 | 0.06 | 0.06 |
HSL | 312.73º | 0.67% | 0.81% | - |
HSV(B) | 312.73º | 0.28% | 0.94% | - |
XYZ | 64.13 | 53.67 | 78.21 | - |
YUV | 198.66 | 142.87 | 156.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 173 | 225 | 0 | 0.28 | 0.06 | 0.06 | 312.73 | 0.67 | 0.81 |
Hex | EF | AD | E1 | 0 | 1C | 6 | 6 | 139 | 43 | 51 |
Octal | 357 | 255 | 341 | 0 | 34 | 6 | 6 | 471 | 103 | 121 |
Binary | 11101111 | 10101101 | 11100001 | 0 | 11100 | 110 | 110 | 100111001 | 1000011 | 1010001 |
Color Harmonies of #EFADE1
Complementary color
Monochromatic Colors of #EFADE1
Black with #EFADE1
Text Example
Text Example
White with #EFADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADE1; }
p { color: rgb(239,173,225); }
H1.HeaderClassName
{
color: #EFADE1;
}
.AnyTagClassName
{
color: #EFADE1;
}
</style>
background-color css
<style>
a { background-color: #EFADE1; }
a { background-color: rgb(239,173,225); }
div.DivClassName
{
background-color: #EFADE1;
}
.BgClassName
{
background-color: #EFADE1;
}
</style>
border-color css
<style>
span { border-color: #EFADE1; }
span { border-color: rgb(239,173,225); }
td.TdClassName
{
border-color: #EFADE1;
}
.TagClassName
{
border-color: #EFADE1;
}
</style>