#EBAED6

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

Shades of Lavender Pink #EBAED6

Tints of Lavender Pink #EBAED6

Color information

#EBAED6 (or 0xEBAED6) is unknown color: approx Lavender Pink. HEX triplet: EB, AE and D6. RGB value is (235,174,214). Sum of RGB (Red+Green+Blue) = 235+174+214=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED6 is #145129. Grayscale: #C4C4C4. Windows color (decimal): -1331498 or 14069483. OLE color: 14069483.

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

Color convert

RGB235174214-
CMYK00.260.090.08
HSL320.66º60.4%80.2%-
HSV(B)320.66º25.96%92.16%-
XYZ61.5352.7970.56-
YUV196.8137.71155.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=37.72%
G=27.93%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517421400.260.090.08320.6660.480.2
HexEBAED601A981413c50
Octal353256326032111050174120
Binary111010111010111011010110011010100110001010000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAED6; }

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

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

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

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

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

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

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

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