Shades of Lavender Pink #EFB5D0
Tints of Lavender Pink #EFB5D0
RGB
CMYK
RGB Variations
Color information
#EFB5D0 (or 0xEFB5D0) is known color: Lavender Pink. HEX triplet: EF, B5 and D0. RGB value is (239,181,208). Sum of RGB (Red+Green+Blue) = 239+181+208=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5D0 is #104A2F. Grayscale: #C9C9C9. Windows color (decimal): -1067568 or 13678063. OLE color: 13678063.
HSL color Cylindrical-coordinate representation of color #EFB5D0: hue angle of 332.07º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5D0 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 208 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.06 |
| HSL | 332.07º | 0.64% | 0.82% | - |
| HSV(B) | 332.07º | 0.24% | 0.94% | - |
| XYZ | 63.51 | 55.95 | 67.13 | - |
| YUV | 201.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 208 | 0 | 0.24 | 0.13 | 0.06 | 332.07 | 0.64 | 0.82 |
| Hex | EF | B5 | D0 | 0 | 18 | D | 6 | 14C | 40 | 52 |
| Octal | 357 | 265 | 320 | 0 | 30 | 15 | 6 | 514 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11010000 | 0 | 11000 | 1101 | 110 | 101001100 | 1000000 | 1010010 |
Color Harmonies of #EFB5D0
Complementary color
Monochromatic Colors of #EFB5D0
Black with #EFB5D0
Text Example
Text Example
White with #EFB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5D0; }
p { color: rgb(239,181,208); }
H1.HeaderClassName
{
color: #EFB5D0;
}
.AnyTagClassName
{
color: #EFB5D0;
}
</style>
background-color css
<style>
a { background-color: #EFB5D0; }
a { background-color: rgb(239,181,208); }
div.DivClassName
{
background-color: #EFB5D0;
}
.BgClassName
{
background-color: #EFB5D0;
}
</style>
border-color css
<style>
span { border-color: #EFB5D0; }
span { border-color: rgb(239,181,208); }
td.TdClassName
{
border-color: #EFB5D0;
}
.TagClassName
{
border-color: #EFB5D0;
}
</style>