#EBB4D7

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

Shades of Lavender Pink #EBB4D7

Tints of Lavender Pink #EBB4D7

Color information

#EBB4D7 (or 0xEBB4D7) is unknown color: approx Lavender Pink. HEX triplet: EB, B4 and D7. RGB value is (235,180,215). Sum of RGB (Red+Green+Blue) = 235+180+215=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4D7 is #144B28. Grayscale: #C8C8C8. Windows color (decimal): -1329961 or 14136555. OLE color: 14136555.

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

Color convert

RGB235180215-
CMYK00.230.090.08
HSL321.82º57.89%81.37%-
HSV(B)321.82º23.4%92.16%-
XYZ62.8555.2171.63-
YUV200.44136.22152.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 180 (70.70% from 255) = 28.57%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=37.30%
G=28.57%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518021500.230.090.08321.8257.8981.37
HexEBB4D7017981423a51
Octal353264327027111050272121
Binary111010111011010011010111010111100110001010000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4D7; }

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

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

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

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

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

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

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

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