Shades of Lavender Pink #EFADCC
Tints of Lavender Pink #EFADCC
RGB
CMYK
RGB Variations
Color information
#EFADCC (or 0xEFADCC) is known color: Lavender Pink. HEX triplet: EF, AD and CC. RGB value is (239,173,204). Sum of RGB (Red+Green+Blue) = 239+173+204=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCC is #105233. Grayscale: #C4C4C4. Windows color (decimal): -1069620 or 13413871. OLE color: 13413871.
HSL color Cylindrical-coordinate representation of color #EFADCC: hue angle of 331.82º 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 #EFADCC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 204 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 331.82º | 0.67% | 0.81% | - |
| HSV(B) | 331.82º | 0.28% | 0.94% | - |
| XYZ | 61.44 | 52.6 | 64.04 | - |
| YUV | 196.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 204 | 0 | 0.28 | 0.15 | 0.06 | 331.82 | 0.67 | 0.81 |
| Hex | EF | AD | CC | 0 | 1C | F | 6 | 14C | 43 | 51 |
| Octal | 357 | 255 | 314 | 0 | 34 | 17 | 6 | 514 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11001100 | 0 | 11100 | 1111 | 110 | 101001100 | 1000011 | 1010001 |
Color Harmonies of #EFADCC
Complementary color
Monochromatic Colors of #EFADCC
Black with #EFADCC
Text Example
Text Example
White with #EFADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADCC; }
p { color: rgb(239,173,204); }
H1.HeaderClassName
{
color: #EFADCC;
}
.AnyTagClassName
{
color: #EFADCC;
}
</style>
background-color css
<style>
a { background-color: #EFADCC; }
a { background-color: rgb(239,173,204); }
div.DivClassName
{
background-color: #EFADCC;
}
.BgClassName
{
background-color: #EFADCC;
}
</style>
border-color css
<style>
span { border-color: #EFADCC; }
span { border-color: rgb(239,173,204); }
td.TdClassName
{
border-color: #EFADCC;
}
.TagClassName
{
border-color: #EFADCC;
}
</style>