#EBAED4

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

Shades of Lavender Pink #EBAED4

Tints of Lavender Pink #EBAED4

Color information

#EBAED4 (or 0xEBAED4) is unknown color: approx Lavender Pink. HEX triplet: EB, AE and D4. RGB value is (235,174,212). Sum of RGB (Red+Green+Blue) = 235+174+212=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED4 is #14512B. Grayscale: #C4C4C4. Windows color (decimal): -1331500 or 13938411. OLE color: 13938411.

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

Color convert

RGB235174212-
CMYK00.260.100.08
HSL322.62º60.4%80.2%-
HSV(B)322.62º25.96%92.16%-
XYZ61.2852.6969.23-
YUV196.57136.71155.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 212 (83.20% from 255) = 34.14%
R=37.84%
G=28.02%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517421200.260.100.08322.6260.480.2
HexEBAED401AA81433c50
Octal353256324032121050374120
Binary111010111010111011010100011010101010001010000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAED4; }

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

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

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

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

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

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

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

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