Shades of Lavender Pink #EBAFD2
Tints of Lavender Pink #EBAFD2
RGB
CMYK
RGB Variations
Color information
#EBAFD2 (or 0xEBAFD2) is known color: Lavender Pink. HEX triplet: EB, AF and D2. RGB value is (235,175,210). Sum of RGB (Red+Green+Blue) = 235+175+210=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD2 is #14502D. Grayscale: #C4C4C4. Windows color (decimal): -1331246 or 13807595. OLE color: 13807595.
HSL color Cylindrical-coordinate representation of color #EBAFD2: hue angle of 325º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFD2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 210 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.08 |
| HSL | 325º | 0.6% | 0.8% | - |
| HSV(B) | 325º | 0.26% | 0.92% | - |
| XYZ | 61.22 | 52.98 | 67.97 | - |
| YUV | 196.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 210 | 0 | 0.26 | 0.11 | 0.08 | 325 | 0.6 | 0.8 |
| Hex | EB | AF | D2 | 0 | 1A | B | 8 | 145 | 3C | 50 |
| Octal | 353 | 257 | 322 | 0 | 32 | 13 | 10 | 505 | 74 | 120 |
| Binary | 11101011 | 10101111 | 11010010 | 0 | 11010 | 1011 | 1000 | 101000101 | 111100 | 1010000 |
Color Harmonies of #EBAFD2
Complementary color
Monochromatic Colors of #EBAFD2
Black with #EBAFD2
Text Example
Text Example
White with #EBAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFD2; }
p { color: rgb(235,175,210); }
H1.HeaderClassName
{
color: #EBAFD2;
}
.AnyTagClassName
{
color: #EBAFD2;
}
</style>
background-color css
<style>
a { background-color: #EBAFD2; }
a { background-color: rgb(235,175,210); }
div.DivClassName
{
background-color: #EBAFD2;
}
.BgClassName
{
background-color: #EBAFD2;
}
</style>
border-color css
<style>
span { border-color: #EBAFD2; }
span { border-color: rgb(235,175,210); }
td.TdClassName
{
border-color: #EBAFD2;
}
.TagClassName
{
border-color: #EBAFD2;
}
</style>