Shades of Lavender Pink #EFADD6
Tints of Lavender Pink #EFADD6
RGB
CMYK
RGB Variations
Color information
#EFADD6 (or 0xEFADD6) is known color: Lavender Pink. HEX triplet: EF, AD and D6. RGB value is (239,173,214). Sum of RGB (Red+Green+Blue) = 239+173+214=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD6 is #105229. Grayscale: #C5C5C5. Windows color (decimal): -1069610 or 14069231. OLE color: 14069231.
HSL color Cylindrical-coordinate representation of color #EFADD6: hue angle of 322.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 #EFADD6 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 214 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.06 |
| HSL | 322.73º | 0.67% | 0.81% | - |
| HSV(B) | 322.73º | 0.28% | 0.94% | - |
| XYZ | 62.68 | 53.09 | 70.56 | - |
| YUV | 197.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 214 | 0 | 0.28 | 0.10 | 0.06 | 322.73 | 0.67 | 0.81 |
| Hex | EF | AD | D6 | 0 | 1C | A | 6 | 143 | 43 | 51 |
| Octal | 357 | 255 | 326 | 0 | 34 | 12 | 6 | 503 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11010110 | 0 | 11100 | 1010 | 110 | 101000011 | 1000011 | 1010001 |
Color Harmonies of #EFADD6
Complementary color
Monochromatic Colors of #EFADD6
Black with #EFADD6
Text Example
Text Example
White with #EFADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADD6; }
p { color: rgb(239,173,214); }
H1.HeaderClassName
{
color: #EFADD6;
}
.AnyTagClassName
{
color: #EFADD6;
}
</style>
background-color css
<style>
a { background-color: #EFADD6; }
a { background-color: rgb(239,173,214); }
div.DivClassName
{
background-color: #EFADD6;
}
.BgClassName
{
background-color: #EFADD6;
}
</style>
border-color css
<style>
span { border-color: #EFADD6; }
span { border-color: rgb(239,173,214); }
td.TdClassName
{
border-color: #EFADD6;
}
.TagClassName
{
border-color: #EFADD6;
}
</style>