Shades of Lavender Pink #EFADCF
Tints of Lavender Pink #EFADCF
RGB
CMYK
RGB Variations
Color information
#EFADCF (or 0xEFADCF) is known color: Lavender Pink. HEX triplet: EF, AD and CF. RGB value is (239,173,207). Sum of RGB (Red+Green+Blue) = 239+173+207=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCF is #105230. Grayscale: #C4C4C4. Windows color (decimal): -1069617 or 13610479. OLE color: 13610479.
HSL color Cylindrical-coordinate representation of color #EFADCF: hue angle of 329.09º 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 #EFADCF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 207 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.06 |
| HSL | 329.09º | 0.67% | 0.81% | - |
| HSV(B) | 329.09º | 0.28% | 0.94% | - |
| XYZ | 61.8 | 52.74 | 65.95 | - |
| YUV | 196.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 207 | 0 | 0.28 | 0.13 | 0.06 | 329.09 | 0.67 | 0.81 |
| Hex | EF | AD | CF | 0 | 1C | D | 6 | 149 | 43 | 51 |
| Octal | 357 | 255 | 317 | 0 | 34 | 15 | 6 | 511 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11001111 | 0 | 11100 | 1101 | 110 | 101001001 | 1000011 | 1010001 |
Color Harmonies of #EFADCF
Complementary color
Monochromatic Colors of #EFADCF
Black with #EFADCF
Text Example
Text Example
White with #EFADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADCF; }
p { color: rgb(239,173,207); }
H1.HeaderClassName
{
color: #EFADCF;
}
.AnyTagClassName
{
color: #EFADCF;
}
</style>
background-color css
<style>
a { background-color: #EFADCF; }
a { background-color: rgb(239,173,207); }
div.DivClassName
{
background-color: #EFADCF;
}
.BgClassName
{
background-color: #EFADCF;
}
</style>
border-color css
<style>
span { border-color: #EFADCF; }
span { border-color: rgb(239,173,207); }
td.TdClassName
{
border-color: #EFADCF;
}
.TagClassName
{
border-color: #EFADCF;
}
</style>