#EBADD4

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

Shades of Lavender Pink #EBADD4

Tints of Lavender Pink #EBADD4

Color information

#EBADD4 (or 0xEBADD4) is unknown color: approx Lavender Pink. HEX triplet: EB, AD and D4. RGB value is (235,173,212). Sum of RGB (Red+Green+Blue) = 235+173+212=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD4 is #14522B. Grayscale: #C3C3C3. Windows color (decimal): -1331756 or 13938155. OLE color: 13938155.

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

Color convert

RGB235173212-
CMYK00.260.100.08
HSL322.26º60.78%80%-
HSV(B)322.26º26.38%92.16%-
XYZ61.0952.369.16-
YUV195.98137.04155.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=37.90%
G=27.90%
B=34.19%

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
Decimal23517321200.260.100.08322.2660.7880
HexEBADD401AA81423d50
Octal353255324032121050275120
Binary111010111010110111010100011010101010001010000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADD4; }

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

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

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

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

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

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

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

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