#EBAECB

Color #EBAECB Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EBAECB

Tints of Lavender Pink #EBAECB

Color information

#EBAECB (or 0xEBAECB) is unknown color: approx Lavender Pink. HEX triplet: EB, AE and CB. RGB value is (235,174,203). Sum of RGB (Red+Green+Blue) = 235+174+203=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECB is #145134. Grayscale: #C3C3C3. Windows color (decimal): -1331509 or 13348587. OLE color: 13348587.

HSL color Cylindrical-coordinate representation of color #EBAECB: hue angle of 331.48º 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 #EBAECB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235174203-
CMYK00.260.140.08
HSL331.48º60.4%80.2%-
HSV(B)331.48º25.96%92.16%-
XYZ60.1852.2563.41-
YUV195.54132.21156.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=38.40%
G=28.43%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517420300.260.140.08331.4860.480.2
HexEBAECB01AE814b3c50
Octal353256313032161051374120
Binary111010111010111011001011011010111010001010010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAECB; }

 p { color: rgb(235,174,203); }

 H1.HeaderClassName
 {
   color: #EBAECB;
 }
 .AnyTagClassName
 {
   color: #EBAECB;
 }
</style>
background-color css

<style>
 a { background-color: #EBAECB; }

 a { background-color: rgb(235,174,203); }

 div.DivClassName
 {
   background-color: #EBAECB;
 }
 .BgClassName
 {
   background-color: #EBAECB;
 }
</style>
border-color css

<style>
 span { border-color: #EBAECB; }

 span { border-color: rgb(235,174,203); }

 td.TdClassName
 {
   border-color: #EBAECB;
 }
 .TagClassName
 {
   border-color: #EBAECB;
 }
</style>