Shades of Lavender Pink #EFB5DA
Tints of Lavender Pink #EFB5DA
RGB
CMYK
RGB Variations
Color information
#EFB5DA (or 0xEFB5DA) is known color: Lavender Pink. HEX triplet: EF, B5 and DA. RGB value is (239,181,218). Sum of RGB (Red+Green+Blue) = 239+181+218=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DA is #104A25. Grayscale: #CACACA. Windows color (decimal): -1067558 or 14333423. OLE color: 14333423.
HSL color Cylindrical-coordinate representation of color #EFB5DA: hue angle of 321.72º 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 #EFB5DA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 181 | 218 | - |
CMYK | 0 | 0.24 | 0.09 | 0.06 |
HSL | 321.72º | 0.64% | 0.82% | - |
HSV(B) | 321.72º | 0.24% | 0.94% | - |
XYZ | 64.78 | 56.46 | 73.81 | - |
YUV | 202.56 | 136.72 | 153.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 218 | 0 | 0.24 | 0.09 | 0.06 | 321.72 | 0.64 | 0.82 |
Hex | EF | B5 | DA | 0 | 18 | 9 | 6 | 142 | 40 | 52 |
Octal | 357 | 265 | 332 | 0 | 30 | 11 | 6 | 502 | 100 | 122 |
Binary | 11101111 | 10110101 | 11011010 | 0 | 11000 | 1001 | 110 | 101000010 | 1000000 | 1010010 |
Color Harmonies of #EFB5DA
Complementary color
Monochromatic Colors of #EFB5DA
Black with #EFB5DA
Text Example
Text Example
White with #EFB5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5DA; }
p { color: rgb(239,181,218); }
H1.HeaderClassName
{
color: #EFB5DA;
}
.AnyTagClassName
{
color: #EFB5DA;
}
</style>
background-color css
<style>
a { background-color: #EFB5DA; }
a { background-color: rgb(239,181,218); }
div.DivClassName
{
background-color: #EFB5DA;
}
.BgClassName
{
background-color: #EFB5DA;
}
</style>
border-color css
<style>
span { border-color: #EFB5DA; }
span { border-color: rgb(239,181,218); }
td.TdClassName
{
border-color: #EFB5DA;
}
.TagClassName
{
border-color: #EFB5DA;
}
</style>