Shades of Lavender Pink #EFB0D4
Tints of Lavender Pink #EFB0D4
RGB
CMYK
RGB Variations
Color information
#EFB0D4 (or 0xEFB0D4) is known color: Lavender Pink. HEX triplet: EF, B0 and D4. RGB value is (239,176,212). Sum of RGB (Red+Green+Blue) = 239+176+212=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0D4 is #104F2B. Grayscale: #C6C6C6. Windows color (decimal): -1068844 or 13938927. OLE color: 13938927.
HSL color Cylindrical-coordinate representation of color #EFB0D4: hue angle of 325.71º 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 #EFB0D4 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 212 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.06 |
| HSL | 325.71º | 0.66% | 0.81% | - |
| HSV(B) | 325.71º | 0.26% | 0.94% | - |
| XYZ | 63.01 | 54.15 | 69.42 | - |
| YUV | 198.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 212 | 0 | 0.26 | 0.11 | 0.06 | 325.71 | 0.66 | 0.81 |
| Hex | EF | B0 | D4 | 0 | 1A | B | 6 | 146 | 42 | 51 |
| Octal | 357 | 260 | 324 | 0 | 32 | 13 | 6 | 506 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11010100 | 0 | 11010 | 1011 | 110 | 101000110 | 1000010 | 1010001 |
Color Harmonies of #EFB0D4
Complementary color
Monochromatic Colors of #EFB0D4
Black with #EFB0D4
Text Example
Text Example
White with #EFB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0D4; }
p { color: rgb(239,176,212); }
H1.HeaderClassName
{
color: #EFB0D4;
}
.AnyTagClassName
{
color: #EFB0D4;
}
</style>
background-color css
<style>
a { background-color: #EFB0D4; }
a { background-color: rgb(239,176,212); }
div.DivClassName
{
background-color: #EFB0D4;
}
.BgClassName
{
background-color: #EFB0D4;
}
</style>
border-color css
<style>
span { border-color: #EFB0D4; }
span { border-color: rgb(239,176,212); }
td.TdClassName
{
border-color: #EFB0D4;
}
.TagClassName
{
border-color: #EFB0D4;
}
</style>