Shades of Lavender Pink #EBAED0
Tints of Lavender Pink #EBAED0
RGB
CMYK
RGB Variations
Color information
#EBAED0 (or 0xEBAED0) is known color: Lavender Pink. HEX triplet: EB, AE and D0. RGB value is (235,174,208). Sum of RGB (Red+Green+Blue) = 235+174+208=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED0 is #14512F. Grayscale: #C4C4C4. Windows color (decimal): -1331504 or 13676267. OLE color: 13676267.
HSL color Cylindrical-coordinate representation of color #EBAED0: hue angle of 326.56º 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 #EBAED0 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 174 | 208 | - |
CMYK | 0 | 0.26 | 0.11 | 0.08 |
HSL | 326.56º | 0.6% | 0.8% | - |
HSV(B) | 326.56º | 0.26% | 0.92% | - |
XYZ | 60.78 | 52.49 | 66.6 | - |
YUV | 196.12 | 134.71 | 155.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 174 | 208 | 0 | 0.26 | 0.11 | 0.08 | 326.56 | 0.6 | 0.8 |
Hex | EB | AE | D0 | 0 | 1A | B | 8 | 147 | 3C | 50 |
Octal | 353 | 256 | 320 | 0 | 32 | 13 | 10 | 507 | 74 | 120 |
Binary | 11101011 | 10101110 | 11010000 | 0 | 11010 | 1011 | 1000 | 101000111 | 111100 | 1010000 |
Color Harmonies of #EBAED0
Complementary color
Monochromatic Colors of #EBAED0
Black with #EBAED0
Text Example
Text Example
White with #EBAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAED0; }
p { color: rgb(235,174,208); }
H1.HeaderClassName
{
color: #EBAED0;
}
.AnyTagClassName
{
color: #EBAED0;
}
</style>
background-color css
<style>
a { background-color: #EBAED0; }
a { background-color: rgb(235,174,208); }
div.DivClassName
{
background-color: #EBAED0;
}
.BgClassName
{
background-color: #EBAED0;
}
</style>
border-color css
<style>
span { border-color: #EBAED0; }
span { border-color: rgb(235,174,208); }
td.TdClassName
{
border-color: #EBAED0;
}
.TagClassName
{
border-color: #EBAED0;
}
</style>