Shades of Lavender Pink #EFADCD
Tints of Lavender Pink #EFADCD
RGB
CMYK
RGB Variations
Color information
#EFADCD (or 0xEFADCD) is known color: Lavender Pink. HEX triplet: EF, AD and CD. RGB value is (239,173,205). Sum of RGB (Red+Green+Blue) = 239+173+205=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCD is #105232. Grayscale: #C4C4C4. Windows color (decimal): -1069619 or 13479407. OLE color: 13479407.
HSL color Cylindrical-coordinate representation of color #EFADCD: hue angle of 330.91º 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 #EFADCD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 205 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.06 |
| HSL | 330.91º | 0.67% | 0.81% | - |
| HSV(B) | 330.91º | 0.28% | 0.94% | - |
| XYZ | 61.56 | 52.65 | 64.67 | - |
| YUV | 196.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 205 | 0 | 0.28 | 0.14 | 0.06 | 330.91 | 0.67 | 0.81 |
| Hex | EF | AD | CD | 0 | 1C | E | 6 | 14B | 43 | 51 |
| Octal | 357 | 255 | 315 | 0 | 34 | 16 | 6 | 513 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11001101 | 0 | 11100 | 1110 | 110 | 101001011 | 1000011 | 1010001 |
Color Harmonies of #EFADCD
Complementary color
Monochromatic Colors of #EFADCD
Black with #EFADCD
Text Example
Text Example
White with #EFADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADCD; }
p { color: rgb(239,173,205); }
H1.HeaderClassName
{
color: #EFADCD;
}
.AnyTagClassName
{
color: #EFADCD;
}
</style>
background-color css
<style>
a { background-color: #EFADCD; }
a { background-color: rgb(239,173,205); }
div.DivClassName
{
background-color: #EFADCD;
}
.BgClassName
{
background-color: #EFADCD;
}
</style>
border-color css
<style>
span { border-color: #EFADCD; }
span { border-color: rgb(239,173,205); }
td.TdClassName
{
border-color: #EFADCD;
}
.TagClassName
{
border-color: #EFADCD;
}
</style>