#EBAFD2

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

Shades of Lavender Pink #EBAFD2

Tints of Lavender Pink #EBAFD2

Color information

#EBAFD2 (or 0xEBAFD2) is unknown color: approx Lavender Pink. HEX triplet: EB, AF and D2. RGB value is (235,175,210). Sum of RGB (Red+Green+Blue) = 235+175+210=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD2 is #14502D. Grayscale: #C4C4C4. Windows color (decimal): -1331246 or 13807595. OLE color: 13807595.

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

Color convert

RGB235175210-
CMYK00.260.110.08
HSL325º60%80.39%-
HSV(B)325º25.53%92.16%-
XYZ61.2252.9867.97-
YUV196.93135.38155.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=37.90%
G=28.23%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517521000.260.110.083256080.39
HexEBAFD201AB81453c50
Octal353257322032131050574120
Binary111010111010111111010010011010101110001010001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFD2; }

 p { color: rgb(235,175,210); }

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

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

 a { background-color: rgb(235,175,210); }

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

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

 span { border-color: rgb(235,175,210); }

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