Shades of Lavender Pink #EFB0D7
Tints of Lavender Pink #EFB0D7
RGB
CMYK
RGB Variations
Color information
#EFB0D7 (or 0xEFB0D7) is known color: Lavender Pink. HEX triplet: EF, B0 and D7. RGB value is (239,176,215). Sum of RGB (Red+Green+Blue) = 239+176+215=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0D7 is #104F28. Grayscale: #C7C7C7. Windows color (decimal): -1068841 or 14135535. OLE color: 14135535.
HSL color Cylindrical-coordinate representation of color #EFB0D7: hue angle of 322.86º 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 #EFB0D7 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 215 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.06 |
| HSL | 322.86º | 0.66% | 0.81% | - |
| HSV(B) | 322.86º | 0.26% | 0.94% | - |
| XYZ | 63.39 | 54.31 | 71.43 | - |
| YUV | 199.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 215 | 0 | 0.26 | 0.10 | 0.06 | 322.86 | 0.66 | 0.81 |
| Hex | EF | B0 | D7 | 0 | 1A | A | 6 | 143 | 42 | 51 |
| Octal | 357 | 260 | 327 | 0 | 32 | 12 | 6 | 503 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11010111 | 0 | 11010 | 1010 | 110 | 101000011 | 1000010 | 1010001 |
Color Harmonies of #EFB0D7
Complementary color
Monochromatic Colors of #EFB0D7
Black with #EFB0D7
Text Example
Text Example
White with #EFB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0D7; }
p { color: rgb(239,176,215); }
H1.HeaderClassName
{
color: #EFB0D7;
}
.AnyTagClassName
{
color: #EFB0D7;
}
</style>
background-color css
<style>
a { background-color: #EFB0D7; }
a { background-color: rgb(239,176,215); }
div.DivClassName
{
background-color: #EFB0D7;
}
.BgClassName
{
background-color: #EFB0D7;
}
</style>
border-color css
<style>
span { border-color: #EFB0D7; }
span { border-color: rgb(239,176,215); }
td.TdClassName
{
border-color: #EFB0D7;
}
.TagClassName
{
border-color: #EFB0D7;
}
</style>