#EBAED5

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

Shades of Lavender Pink #EBAED5

Tints of Lavender Pink #EBAED5

Color information

#EBAED5 (or 0xEBAED5) is unknown color: approx Lavender Pink. HEX triplet: EB, AE and D5. RGB value is (235,174,213). Sum of RGB (Red+Green+Blue) = 235+174+213=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED5 is #14512A. Grayscale: #C4C4C4. Windows color (decimal): -1331499 or 14003947. OLE color: 14003947.

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

Color convert

RGB235174213-
CMYK00.260.090.08
HSL321.64º60.4%80.2%-
HSV(B)321.64º25.96%92.16%-
XYZ61.4152.7469.89-
YUV196.68137.21155.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=37.78%
G=27.97%
B=34.24%

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
Decimal23517421300.260.090.08321.6460.480.2
HexEBAED501A981423c50
Octal353256325032111050274120
Binary111010111010111011010101011010100110001010000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAED5; }

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

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

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

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

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

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

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

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