#EBB2D4

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

Shades of Lavender Pink #EBB2D4

Tints of Lavender Pink #EBB2D4

Color information

#EBB2D4 (or 0xEBB2D4) is unknown color: approx Lavender Pink. HEX triplet: EB, B2 and D4. RGB value is (235,178,212). Sum of RGB (Red+Green+Blue) = 235+178+212=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2D4 is #144D2B. Grayscale: #C6C6C6. Windows color (decimal): -1330476 or 13939435. OLE color: 13939435.

HSL color Cylindrical-coordinate representation of color #EBB2D4: hue angle of 324.21º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2D4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235178212-
CMYK00.240.100.08
HSL324.21º58.76%80.98%-
HSV(B)324.21º24.26%92.16%-
XYZ62.0754.2669.49-
YUV198.92135.38153.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 178 (69.92% from 255) = 28.48%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=37.6%
G=28.48%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517821200.240.100.08324.2158.7680.98
HexEBB2D4018A81443b51
Octal353262324030121050473121
Binary111010111011001011010100011000101010001010001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2D4; }

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

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

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

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

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

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

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

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