Shades of Lavender Pink #EBB7D3
Tints of Lavender Pink #EBB7D3
RGB
CMYK
RGB Variations
Color information
#EBB7D3 (or 0xEBB7D3) is known color: Lavender Pink. HEX triplet: EB, B7 and D3. RGB value is (235,183,211). Sum of RGB (Red+Green+Blue) = 235+183+211=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7D3 is #14482C. Grayscale: #C9C9C9. Windows color (decimal): -1329197 or 13875179. OLE color: 13875179.
HSL color Cylindrical-coordinate representation of color #EBB7D3: hue angle of 327.69º 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 #EBB7D3 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 211 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.08 |
| HSL | 327.69º | 0.57% | 0.82% | - |
| HSV(B) | 327.69º | 0.22% | 0.92% | - |
| XYZ | 62.95 | 56.23 | 69.16 | - |
| YUV | 201.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 211 | 0 | 0.22 | 0.10 | 0.08 | 327.69 | 0.57 | 0.82 |
| Hex | EB | B7 | D3 | 0 | 16 | A | 8 | 148 | 39 | 52 |
| Octal | 353 | 267 | 323 | 0 | 26 | 12 | 10 | 510 | 71 | 122 |
| Binary | 11101011 | 10110111 | 11010011 | 0 | 10110 | 1010 | 1000 | 101001000 | 111001 | 1010010 |
Color Harmonies of #EBB7D3
Complementary color
Monochromatic Colors of #EBB7D3
Black with #EBB7D3
Text Example
Text Example
White with #EBB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7D3; }
p { color: rgb(235,183,211); }
H1.HeaderClassName
{
color: #EBB7D3;
}
.AnyTagClassName
{
color: #EBB7D3;
}
</style>
background-color css
<style>
a { background-color: #EBB7D3; }
a { background-color: rgb(235,183,211); }
div.DivClassName
{
background-color: #EBB7D3;
}
.BgClassName
{
background-color: #EBB7D3;
}
</style>
border-color css
<style>
span { border-color: #EBB7D3; }
span { border-color: rgb(235,183,211); }
td.TdClassName
{
border-color: #EBB7D3;
}
.TagClassName
{
border-color: #EBB7D3;
}
</style>