Shades of Lavender Pink #EFB0D8
Tints of Lavender Pink #EFB0D8
RGB
CMYK
RGB Variations
Color information
#EFB0D8 (or 0xEFB0D8) is known color: Lavender Pink. HEX triplet: EF, B0 and D8. RGB value is (239,176,216). Sum of RGB (Red+Green+Blue) = 239+176+216=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0D8 is #104F27. Grayscale: #C7C7C7. Windows color (decimal): -1068840 or 14201071. OLE color: 14201071.
HSL color Cylindrical-coordinate representation of color #EFB0D8: hue angle of 321.9º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0D8 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 216 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.06 |
| HSL | 321.9º | 0.66% | 0.81% | - |
| HSV(B) | 321.9º | 0.26% | 0.94% | - |
| XYZ | 63.52 | 54.36 | 72.11 | - |
| YUV | 199.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 216 | 0 | 0.26 | 0.10 | 0.06 | 321.9 | 0.66 | 0.81 |
| Hex | EF | B0 | D8 | 0 | 1A | A | 6 | 142 | 42 | 51 |
| Octal | 357 | 260 | 330 | 0 | 32 | 12 | 6 | 502 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11011000 | 0 | 11010 | 1010 | 110 | 101000010 | 1000010 | 1010001 |
Color Harmonies of #EFB0D8
Complementary color
Monochromatic Colors of #EFB0D8
Black with #EFB0D8
Text Example
Text Example
White with #EFB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0D8; }
p { color: rgb(239,176,216); }
H1.HeaderClassName
{
color: #EFB0D8;
}
.AnyTagClassName
{
color: #EFB0D8;
}
</style>
background-color css
<style>
a { background-color: #EFB0D8; }
a { background-color: rgb(239,176,216); }
div.DivClassName
{
background-color: #EFB0D8;
}
.BgClassName
{
background-color: #EFB0D8;
}
</style>
border-color css
<style>
span { border-color: #EFB0D8; }
span { border-color: rgb(239,176,216); }
td.TdClassName
{
border-color: #EFB0D8;
}
.TagClassName
{
border-color: #EFB0D8;
}
</style>