Shades of Lavender Pink #EBB7D4
Tints of Lavender Pink #EBB7D4
RGB
CMYK
RGB Variations
Color information
#EBB7D4 (or 0xEBB7D4) is known color: Lavender Pink. HEX triplet: EB, B7 and D4. RGB value is (235,183,212). Sum of RGB (Red+Green+Blue) = 235+183+212=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7D4 is #14482B. Grayscale: #C9C9C9. Windows color (decimal): -1329196 or 13940715. OLE color: 13940715.
HSL color Cylindrical-coordinate representation of color #EBB7D4: hue angle of 326.54º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7D4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 212 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.08 |
| HSL | 326.54º | 0.57% | 0.82% | - |
| HSV(B) | 326.54º | 0.22% | 0.92% | - |
| XYZ | 63.08 | 56.28 | 69.83 | - |
| YUV | 201.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 212 | 0 | 0.22 | 0.10 | 0.08 | 326.54 | 0.57 | 0.82 |
| Hex | EB | B7 | D4 | 0 | 16 | A | 8 | 147 | 39 | 52 |
| Octal | 353 | 267 | 324 | 0 | 26 | 12 | 10 | 507 | 71 | 122 |
| Binary | 11101011 | 10110111 | 11010100 | 0 | 10110 | 1010 | 1000 | 101000111 | 111001 | 1010010 |
Color Harmonies of #EBB7D4
Complementary color
Monochromatic Colors of #EBB7D4
Black with #EBB7D4
Text Example
Text Example
White with #EBB7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7D4; }
p { color: rgb(235,183,212); }
H1.HeaderClassName
{
color: #EBB7D4;
}
.AnyTagClassName
{
color: #EBB7D4;
}
</style>
background-color css
<style>
a { background-color: #EBB7D4; }
a { background-color: rgb(235,183,212); }
div.DivClassName
{
background-color: #EBB7D4;
}
.BgClassName
{
background-color: #EBB7D4;
}
</style>
border-color css
<style>
span { border-color: #EBB7D4; }
span { border-color: rgb(235,183,212); }
td.TdClassName
{
border-color: #EBB7D4;
}
.TagClassName
{
border-color: #EBB7D4;
}
</style>