Shades of Lavender Pink #EFADCB
Tints of Lavender Pink #EFADCB
RGB
CMYK
RGB Variations
Color information
#EFADCB (or 0xEFADCB) is known color: Lavender Pink. HEX triplet: EF, AD and CB. RGB value is (239,173,203). Sum of RGB (Red+Green+Blue) = 239+173+203=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADCB is #105234. Grayscale: #C4C4C4. Windows color (decimal): -1069621 or 13348335. OLE color: 13348335.
HSL color Cylindrical-coordinate representation of color #EFADCB: hue angle of 332.73º 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 #EFADCB is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 203 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.06 |
| HSL | 332.73º | 0.67% | 0.81% | - |
| HSV(B) | 332.73º | 0.28% | 0.94% | - |
| XYZ | 61.32 | 52.55 | 63.41 | - |
| YUV | 196.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 203 | 0 | 0.28 | 0.15 | 0.06 | 332.73 | 0.67 | 0.81 |
| Hex | EF | AD | CB | 0 | 1C | F | 6 | 14D | 43 | 51 |
| Octal | 357 | 255 | 313 | 0 | 34 | 17 | 6 | 515 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11001011 | 0 | 11100 | 1111 | 110 | 101001101 | 1000011 | 1010001 |
Color Harmonies of #EFADCB
Complementary color
Monochromatic Colors of #EFADCB
Black with #EFADCB
Text Example
Text Example
White with #EFADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADCB; }
p { color: rgb(239,173,203); }
H1.HeaderClassName
{
color: #EFADCB;
}
.AnyTagClassName
{
color: #EFADCB;
}
</style>
background-color css
<style>
a { background-color: #EFADCB; }
a { background-color: rgb(239,173,203); }
div.DivClassName
{
background-color: #EFADCB;
}
.BgClassName
{
background-color: #EFADCB;
}
</style>
border-color css
<style>
span { border-color: #EFADCB; }
span { border-color: rgb(239,173,203); }
td.TdClassName
{
border-color: #EFADCB;
}
.TagClassName
{
border-color: #EFADCB;
}
</style>