Shades of Lavender Pink #EFADD2
Tints of Lavender Pink #EFADD2
RGB
CMYK
RGB Variations
Color information
#EFADD2 (or 0xEFADD2) is known color: Lavender Pink. HEX triplet: EF, AD and D2. RGB value is (239,173,210). Sum of RGB (Red+Green+Blue) = 239+173+210=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD2 is #10522D. Grayscale: #C4C4C4. Windows color (decimal): -1069614 or 13807087. OLE color: 13807087.
HSL color Cylindrical-coordinate representation of color #EFADD2: hue angle of 326.36º 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 #EFADD2 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 210 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.06 |
| HSL | 326.36º | 0.67% | 0.81% | - |
| HSV(B) | 326.36º | 0.28% | 0.94% | - |
| XYZ | 62.17 | 52.89 | 67.9 | - |
| YUV | 196.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 210 | 0 | 0.28 | 0.12 | 0.06 | 326.36 | 0.67 | 0.81 |
| Hex | EF | AD | D2 | 0 | 1C | C | 6 | 146 | 43 | 51 |
| Octal | 357 | 255 | 322 | 0 | 34 | 14 | 6 | 506 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11010010 | 0 | 11100 | 1100 | 110 | 101000110 | 1000011 | 1010001 |
Color Harmonies of #EFADD2
Complementary color
Monochromatic Colors of #EFADD2
Black with #EFADD2
Text Example
Text Example
White with #EFADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADD2; }
p { color: rgb(239,173,210); }
H1.HeaderClassName
{
color: #EFADD2;
}
.AnyTagClassName
{
color: #EFADD2;
}
</style>
background-color css
<style>
a { background-color: #EFADD2; }
a { background-color: rgb(239,173,210); }
div.DivClassName
{
background-color: #EFADD2;
}
.BgClassName
{
background-color: #EFADD2;
}
</style>
border-color css
<style>
span { border-color: #EFADD2; }
span { border-color: rgb(239,173,210); }
td.TdClassName
{
border-color: #EFADD2;
}
.TagClassName
{
border-color: #EFADD2;
}
</style>