#EBB4D3

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

Shades of Lavender Pink #EBB4D3

Tints of Lavender Pink #EBB4D3

Color information

#EBB4D3 (or 0xEBB4D3) is unknown color: approx Lavender Pink. HEX triplet: EB, B4 and D3. RGB value is (235,180,211). Sum of RGB (Red+Green+Blue) = 235+180+211=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D3 is #144B2C. Grayscale: #C7C7C7. Windows color (decimal): -1329965 or 13874411. OLE color: 13874411.

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

Color convert

RGB235180211-
CMYK00.230.100.08
HSL326.18º57.89%81.37%-
HSV(B)326.18º23.4%92.16%-
XYZ62.3455.0168.96-
YUV199.98134.22152.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=37.54%
G=28.75%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518021100.230.100.08326.1857.8981.37
HexEBB4D3017A81463a51
Octal353264323027121050672121
Binary111010111011010011010011010111101010001010001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4D3; }

 p { color: rgb(235,180,211); }

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

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

 a { background-color: rgb(235,180,211); }

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

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

 span { border-color: rgb(235,180,211); }

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