Shades of Lavender Pink #EFB7D2
Tints of Lavender Pink #EFB7D2
RGB
CMYK
RGB Variations
Color information
#EFB7D2 (or 0xEFB7D2) is known color: Lavender Pink. HEX triplet: EF, B7 and D2. RGB value is (239,183,210). Sum of RGB (Red+Green+Blue) = 239+183+210=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7D2 is #10482D. Grayscale: #CACACA. Windows color (decimal): -1067054 or 13809647. OLE color: 13809647.
HSL color Cylindrical-coordinate representation of color #EFB7D2: hue angle of 331.07º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB7D2 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 210 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.06 |
| HSL | 331.07º | 0.64% | 0.83% | - |
| HSV(B) | 331.07º | 0.23% | 0.94% | - |
| XYZ | 64.16 | 56.87 | 68.57 | - |
| YUV | 202.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 210 | 0 | 0.23 | 0.12 | 0.06 | 331.07 | 0.64 | 0.83 |
| Hex | EF | B7 | D2 | 0 | 17 | C | 6 | 14B | 40 | 53 |
| Octal | 357 | 267 | 322 | 0 | 27 | 14 | 6 | 513 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11010010 | 0 | 10111 | 1100 | 110 | 101001011 | 1000000 | 1010011 |
Color Harmonies of #EFB7D2
Complementary color
Monochromatic Colors of #EFB7D2
Black with #EFB7D2
Text Example
Text Example
White with #EFB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7D2; }
p { color: rgb(239,183,210); }
H1.HeaderClassName
{
color: #EFB7D2;
}
.AnyTagClassName
{
color: #EFB7D2;
}
</style>
background-color css
<style>
a { background-color: #EFB7D2; }
a { background-color: rgb(239,183,210); }
div.DivClassName
{
background-color: #EFB7D2;
}
.BgClassName
{
background-color: #EFB7D2;
}
</style>
border-color css
<style>
span { border-color: #EFB7D2; }
span { border-color: rgb(239,183,210); }
td.TdClassName
{
border-color: #EFB7D2;
}
.TagClassName
{
border-color: #EFB7D2;
}
</style>