Shades of Lavender Pink #EFADD5
Tints of Lavender Pink #EFADD5
RGB
CMYK
RGB Variations
Color information
#EFADD5 (or 0xEFADD5) is known color: Lavender Pink. HEX triplet: EF, AD and D5. RGB value is (239,173,213). Sum of RGB (Red+Green+Blue) = 239+173+213=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD5 is #10522A. Grayscale: #C5C5C5. Windows color (decimal): -1069611 or 14003695. OLE color: 14003695.
HSL color Cylindrical-coordinate representation of color #EFADD5: hue angle of 323.64º 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 #EFADD5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 213 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.06 |
| HSL | 323.64º | 0.67% | 0.81% | - |
| HSV(B) | 323.64º | 0.28% | 0.94% | - |
| XYZ | 62.55 | 53.04 | 69.89 | - |
| YUV | 197.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 213 | 0 | 0.28 | 0.11 | 0.06 | 323.64 | 0.67 | 0.81 |
| Hex | EF | AD | D5 | 0 | 1C | B | 6 | 144 | 43 | 51 |
| Octal | 357 | 255 | 325 | 0 | 34 | 13 | 6 | 504 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11010101 | 0 | 11100 | 1011 | 110 | 101000100 | 1000011 | 1010001 |
Color Harmonies of #EFADD5
Complementary color
Monochromatic Colors of #EFADD5
Black with #EFADD5
Text Example
Text Example
White with #EFADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADD5; }
p { color: rgb(239,173,213); }
H1.HeaderClassName
{
color: #EFADD5;
}
.AnyTagClassName
{
color: #EFADD5;
}
</style>
background-color css
<style>
a { background-color: #EFADD5; }
a { background-color: rgb(239,173,213); }
div.DivClassName
{
background-color: #EFADD5;
}
.BgClassName
{
background-color: #EFADD5;
}
</style>
border-color css
<style>
span { border-color: #EFADD5; }
span { border-color: rgb(239,173,213); }
td.TdClassName
{
border-color: #EFADD5;
}
.TagClassName
{
border-color: #EFADD5;
}
</style>