Shades of Lavender Pink #EBAECC
Tints of Lavender Pink #EBAECC
RGB
CMYK
RGB Variations
Color information
#EBAECC (or 0xEBAECC) is known color: Lavender Pink. HEX triplet: EB, AE and CC. RGB value is (235,174,204). Sum of RGB (Red+Green+Blue) = 235+174+204=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECC is #145133. Grayscale: #C3C3C3. Windows color (decimal): -1331508 or 13414123. OLE color: 13414123.
HSL color Cylindrical-coordinate representation of color #EBAECC: hue angle of 330.49º 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 #EBAECC is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 174 | 204 | - |
CMYK | 0 | 0.26 | 0.13 | 0.08 |
HSL | 330.49º | 0.6% | 0.8% | - |
HSV(B) | 330.49º | 0.26% | 0.92% | - |
XYZ | 60.3 | 52.29 | 64.04 | - |
YUV | 195.66 | 132.71 | 156.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 174 | 204 | 0 | 0.26 | 0.13 | 0.08 | 330.49 | 0.6 | 0.8 |
Hex | EB | AE | CC | 0 | 1A | D | 8 | 14A | 3C | 50 |
Octal | 353 | 256 | 314 | 0 | 32 | 15 | 10 | 512 | 74 | 120 |
Binary | 11101011 | 10101110 | 11001100 | 0 | 11010 | 1101 | 1000 | 101001010 | 111100 | 1010000 |
Color Harmonies of #EBAECC
Complementary color
Monochromatic Colors of #EBAECC
Black with #EBAECC
Text Example
Text Example
White with #EBAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAECC; }
p { color: rgb(235,174,204); }
H1.HeaderClassName
{
color: #EBAECC;
}
.AnyTagClassName
{
color: #EBAECC;
}
</style>
background-color css
<style>
a { background-color: #EBAECC; }
a { background-color: rgb(235,174,204); }
div.DivClassName
{
background-color: #EBAECC;
}
.BgClassName
{
background-color: #EBAECC;
}
</style>
border-color css
<style>
span { border-color: #EBAECC; }
span { border-color: rgb(235,174,204); }
td.TdClassName
{
border-color: #EBAECC;
}
.TagClassName
{
border-color: #EBAECC;
}
</style>