Shades of Lavender Pink #EBB3D2
Tints of Lavender Pink #EBB3D2
RGB
CMYK
RGB Variations
Color information
#EBB3D2 (or 0xEBB3D2) is known color: Lavender Pink. HEX triplet: EB, B3 and D2. RGB value is (235,179,210). Sum of RGB (Red+Green+Blue) = 235+179+210=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3D2 is #144C2D. Grayscale: #C7C7C7. Windows color (decimal): -1330222 or 13808619. OLE color: 13808619.
HSL color Cylindrical-coordinate representation of color #EBB3D2: hue angle of 326.79º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3D2 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 210 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.08 |
| HSL | 326.79º | 0.58% | 0.81% | - |
| HSV(B) | 326.79º | 0.24% | 0.92% | - |
| XYZ | 62.01 | 54.56 | 68.23 | - |
| YUV | 199.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 210 | 0 | 0.24 | 0.11 | 0.08 | 326.79 | 0.58 | 0.81 |
| Hex | EB | B3 | D2 | 0 | 18 | B | 8 | 147 | 3A | 51 |
| Octal | 353 | 263 | 322 | 0 | 30 | 13 | 10 | 507 | 72 | 121 |
| Binary | 11101011 | 10110011 | 11010010 | 0 | 11000 | 1011 | 1000 | 101000111 | 111010 | 1010001 |
Color Harmonies of #EBB3D2
Complementary color
Monochromatic Colors of #EBB3D2
Black with #EBB3D2
Text Example
Text Example
White with #EBB3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3D2; }
p { color: rgb(235,179,210); }
H1.HeaderClassName
{
color: #EBB3D2;
}
.AnyTagClassName
{
color: #EBB3D2;
}
</style>
background-color css
<style>
a { background-color: #EBB3D2; }
a { background-color: rgb(235,179,210); }
div.DivClassName
{
background-color: #EBB3D2;
}
.BgClassName
{
background-color: #EBB3D2;
}
</style>
border-color css
<style>
span { border-color: #EBB3D2; }
span { border-color: rgb(235,179,210); }
td.TdClassName
{
border-color: #EBB3D2;
}
.TagClassName
{
border-color: #EBB3D2;
}
</style>