Shades of Lavender Pink #EBAFCE
Tints of Lavender Pink #EBAFCE
RGB
CMYK
RGB Variations
Color information
#EBAFCE (or 0xEBAFCE) is known color: Lavender Pink. HEX triplet: EB, AF and CE. RGB value is (235,175,206). Sum of RGB (Red+Green+Blue) = 235+175+206=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFCE is #145031. Grayscale: #C4C4C4. Windows color (decimal): -1331250 or 13545451. OLE color: 13545451.
HSL color Cylindrical-coordinate representation of color #EBAFCE: hue angle of 329º 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 #EBAFCE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 175 | 206 | - |
CMYK | 0 | 0.26 | 0.12 | 0.08 |
HSL | 329º | 0.6% | 0.8% | - |
HSV(B) | 329º | 0.26% | 0.92% | - |
XYZ | 60.73 | 52.78 | 65.38 | - |
YUV | 196.47 | 133.38 | 155.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 175 | 206 | 0 | 0.26 | 0.12 | 0.08 | 329 | 0.6 | 0.8 |
Hex | EB | AF | CE | 0 | 1A | C | 8 | 149 | 3C | 50 |
Octal | 353 | 257 | 316 | 0 | 32 | 14 | 10 | 511 | 74 | 120 |
Binary | 11101011 | 10101111 | 11001110 | 0 | 11010 | 1100 | 1000 | 101001001 | 111100 | 1010000 |
Color Harmonies of #EBAFCE
Complementary color
Monochromatic Colors of #EBAFCE
Black with #EBAFCE
Text Example
Text Example
White with #EBAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAFCE; }
p { color: rgb(235,175,206); }
H1.HeaderClassName
{
color: #EBAFCE;
}
.AnyTagClassName
{
color: #EBAFCE;
}
</style>
background-color css
<style>
a { background-color: #EBAFCE; }
a { background-color: rgb(235,175,206); }
div.DivClassName
{
background-color: #EBAFCE;
}
.BgClassName
{
background-color: #EBAFCE;
}
</style>
border-color css
<style>
span { border-color: #EBAFCE; }
span { border-color: rgb(235,175,206); }
td.TdClassName
{
border-color: #EBAFCE;
}
.TagClassName
{
border-color: #EBAFCE;
}
</style>