Shades of Lavender Pink #EFB1CC
Tints of Lavender Pink #EFB1CC
RGB
CMYK
RGB Variations
Color information
#EFB1CC (or 0xEFB1CC) is known color: Lavender Pink. HEX triplet: EF, B1 and CC. RGB value is (239,177,204). Sum of RGB (Red+Green+Blue) = 239+177+204=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1CC is #104E33. Grayscale: #C6C6C6. Windows color (decimal): -1068596 or 13414895. OLE color: 13414895.
HSL color Cylindrical-coordinate representation of color #EFB1CC: hue angle of 333.87º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1CC is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 204 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.06 |
| HSL | 333.87º | 0.66% | 0.82% | - |
| HSV(B) | 333.87º | 0.26% | 0.94% | - |
| XYZ | 62.22 | 54.15 | 64.3 | - |
| YUV | 198.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 204 | 0 | 0.26 | 0.15 | 0.06 | 333.87 | 0.66 | 0.82 |
| Hex | EF | B1 | CC | 0 | 1A | F | 6 | 14E | 42 | 52 |
| Octal | 357 | 261 | 314 | 0 | 32 | 17 | 6 | 516 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11001100 | 0 | 11010 | 1111 | 110 | 101001110 | 1000010 | 1010010 |
Color Harmonies of #EFB1CC
Complementary color
Monochromatic Colors of #EFB1CC
Black with #EFB1CC
Text Example
Text Example
White with #EFB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1CC; }
p { color: rgb(239,177,204); }
H1.HeaderClassName
{
color: #EFB1CC;
}
.AnyTagClassName
{
color: #EFB1CC;
}
</style>
background-color css
<style>
a { background-color: #EFB1CC; }
a { background-color: rgb(239,177,204); }
div.DivClassName
{
background-color: #EFB1CC;
}
.BgClassName
{
background-color: #EFB1CC;
}
</style>
border-color css
<style>
span { border-color: #EFB1CC; }
span { border-color: rgb(239,177,204); }
td.TdClassName
{
border-color: #EFB1CC;
}
.TagClassName
{
border-color: #EFB1CC;
}
</style>