Shades of Lavender Pink #EBAED4
Tints of Lavender Pink #EBAED4
RGB
CMYK
RGB Variations
Color information
#EBAED4 (or 0xEBAED4) is known color: Lavender Pink. HEX triplet: EB, AE and D4. RGB value is (235,174,212). Sum of RGB (Red+Green+Blue) = 235+174+212=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED4 is #14512B. Grayscale: #C4C4C4. Windows color (decimal): -1331500 or 13938411. OLE color: 13938411.
HSL color Cylindrical-coordinate representation of color #EBAED4: hue angle of 322.62º 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 #EBAED4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 212 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.08 |
| HSL | 322.62º | 0.6% | 0.8% | - |
| HSV(B) | 322.62º | 0.26% | 0.92% | - |
| XYZ | 61.28 | 52.69 | 69.23 | - |
| YUV | 196.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 212 | 0 | 0.26 | 0.10 | 0.08 | 322.62 | 0.6 | 0.8 |
| Hex | EB | AE | D4 | 0 | 1A | A | 8 | 143 | 3C | 50 |
| Octal | 353 | 256 | 324 | 0 | 32 | 12 | 10 | 503 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11010100 | 0 | 11010 | 1010 | 1000 | 101000011 | 111100 | 1010000 |
Color Harmonies of #EBAED4
Complementary color
Monochromatic Colors of #EBAED4
Black with #EBAED4
Text Example
Text Example
White with #EBAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAED4; }
p { color: rgb(235,174,212); }
H1.HeaderClassName
{
color: #EBAED4;
}
.AnyTagClassName
{
color: #EBAED4;
}
</style>
background-color css
<style>
a { background-color: #EBAED4; }
a { background-color: rgb(235,174,212); }
div.DivClassName
{
background-color: #EBAED4;
}
.BgClassName
{
background-color: #EBAED4;
}
</style>
border-color css
<style>
span { border-color: #EBAED4; }
span { border-color: rgb(235,174,212); }
td.TdClassName
{
border-color: #EBAED4;
}
.TagClassName
{
border-color: #EBAED4;
}
</style>