#EBAECC

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

Shades of Lavender Pink #EBAECC

Tints of Lavender Pink #EBAECC

Color information

#EBAECC (or 0xEBAECC) is unknown color: approx 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

RGB235174204-
CMYK00.260.130.08
HSL330.49º60.4%80.2%-
HSV(B)330.49º25.96%92.16%-
XYZ60.352.2964.04-
YUV195.66132.71156.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=38.34%
G=28.38%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517420400.260.130.08330.4960.480.2
HexEBAECC01AD814a3c50
Octal353256314032151051274120
Binary111010111010111011001100011010110110001010010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>