Shades of Lavender Pink #EFADD4
Tints of Lavender Pink #EFADD4
RGB
CMYK
RGB Variations
Color information
#EFADD4 (or 0xEFADD4) is known color: Lavender Pink. HEX triplet: EF, AD and D4. RGB value is (239,173,212). Sum of RGB (Red+Green+Blue) = 239+173+212=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD4 is #10522B. Grayscale: #C5C5C5. Windows color (decimal): -1069612 or 13938159. OLE color: 13938159.
HSL color Cylindrical-coordinate representation of color #EFADD4: hue angle of 324.55º 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 #EFADD4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 212 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.06 |
| HSL | 324.55º | 0.67% | 0.81% | - |
| HSV(B) | 324.55º | 0.28% | 0.94% | - |
| XYZ | 62.42 | 52.99 | 69.23 | - |
| YUV | 197.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 212 | 0 | 0.28 | 0.11 | 0.06 | 324.55 | 0.67 | 0.81 |
| Hex | EF | AD | D4 | 0 | 1C | B | 6 | 145 | 43 | 51 |
| Octal | 357 | 255 | 324 | 0 | 34 | 13 | 6 | 505 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11010100 | 0 | 11100 | 1011 | 110 | 101000101 | 1000011 | 1010001 |
Color Harmonies of #EFADD4
Complementary color
Monochromatic Colors of #EFADD4
Black with #EFADD4
Text Example
Text Example
White with #EFADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADD4; }
p { color: rgb(239,173,212); }
H1.HeaderClassName
{
color: #EFADD4;
}
.AnyTagClassName
{
color: #EFADD4;
}
</style>
background-color css
<style>
a { background-color: #EFADD4; }
a { background-color: rgb(239,173,212); }
div.DivClassName
{
background-color: #EFADD4;
}
.BgClassName
{
background-color: #EFADD4;
}
</style>
border-color css
<style>
span { border-color: #EFADD4; }
span { border-color: rgb(239,173,212); }
td.TdClassName
{
border-color: #EFADD4;
}
.TagClassName
{
border-color: #EFADD4;
}
</style>