Shades of Lavender Pink #EFADD0
Tints of Lavender Pink #EFADD0
RGB
CMYK
RGB Variations
Color information
#EFADD0 (or 0xEFADD0) is known color: Lavender Pink. HEX triplet: EF, AD and D0. RGB value is (239,173,208). Sum of RGB (Red+Green+Blue) = 239+173+208=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADD0 is #10522F. Grayscale: #C4C4C4. Windows color (decimal): -1069616 or 13676015. OLE color: 13676015.
HSL color Cylindrical-coordinate representation of color #EFADD0: hue angle of 328.18º 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 #EFADD0 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 173 | 208 | - |
CMYK | 0 | 0.28 | 0.13 | 0.06 |
HSL | 328.18º | 0.67% | 0.81% | - |
HSV(B) | 328.18º | 0.28% | 0.94% | - |
XYZ | 61.93 | 52.79 | 66.6 | - |
YUV | 196.72 | 134.37 | 158.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 173 | 208 | 0 | 0.28 | 0.13 | 0.06 | 328.18 | 0.67 | 0.81 |
Hex | EF | AD | D0 | 0 | 1C | D | 6 | 148 | 43 | 51 |
Octal | 357 | 255 | 320 | 0 | 34 | 15 | 6 | 510 | 103 | 121 |
Binary | 11101111 | 10101101 | 11010000 | 0 | 11100 | 1101 | 110 | 101001000 | 1000011 | 1010001 |
Color Harmonies of #EFADD0
Complementary color
Monochromatic Colors of #EFADD0
Black with #EFADD0
Text Example
Text Example
White with #EFADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADD0; }
p { color: rgb(239,173,208); }
H1.HeaderClassName
{
color: #EFADD0;
}
.AnyTagClassName
{
color: #EFADD0;
}
</style>
background-color css
<style>
a { background-color: #EFADD0; }
a { background-color: rgb(239,173,208); }
div.DivClassName
{
background-color: #EFADD0;
}
.BgClassName
{
background-color: #EFADD0;
}
</style>
border-color css
<style>
span { border-color: #EFADD0; }
span { border-color: rgb(239,173,208); }
td.TdClassName
{
border-color: #EFADD0;
}
.TagClassName
{
border-color: #EFADD0;
}
</style>