Shades of Lavender Pink #EBADCE
Tints of Lavender Pink #EBADCE
RGB
CMYK
RGB Variations
Color information
#EBADCE (or 0xEBADCE) is known color: Lavender Pink. HEX triplet: EB, AD and CE. RGB value is (235,173,206). Sum of RGB (Red+Green+Blue) = 235+173+206=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADCE is #145231. Grayscale: #C3C3C3. Windows color (decimal): -1331762 or 13544939. OLE color: 13544939.
HSL color Cylindrical-coordinate representation of color #EBADCE: hue angle of 328.06º degrees, saturation: 0.61, 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 #EBADCE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 206 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.08 |
| HSL | 328.06º | 0.61% | 0.8% | - |
| HSV(B) | 328.06º | 0.26% | 0.92% | - |
| XYZ | 60.35 | 52.01 | 65.25 | - |
| YUV | 195.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 206 | 0 | 0.26 | 0.12 | 0.08 | 328.06 | 0.61 | 0.8 |
| Hex | EB | AD | CE | 0 | 1A | C | 8 | 148 | 3D | 50 |
| Octal | 353 | 255 | 316 | 0 | 32 | 14 | 10 | 510 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11001110 | 0 | 11010 | 1100 | 1000 | 101001000 | 111101 | 1010000 |
Color Harmonies of #EBADCE
Complementary color
Monochromatic Colors of #EBADCE
Black with #EBADCE
Text Example
Text Example
White with #EBADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADCE; }
p { color: rgb(235,173,206); }
H1.HeaderClassName
{
color: #EBADCE;
}
.AnyTagClassName
{
color: #EBADCE;
}
</style>
background-color css
<style>
a { background-color: #EBADCE; }
a { background-color: rgb(235,173,206); }
div.DivClassName
{
background-color: #EBADCE;
}
.BgClassName
{
background-color: #EBADCE;
}
</style>
border-color css
<style>
span { border-color: #EBADCE; }
span { border-color: rgb(235,173,206); }
td.TdClassName
{
border-color: #EBADCE;
}
.TagClassName
{
border-color: #EBADCE;
}
</style>