#EBB7D5

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

Shades of Lavender Pink #EBB7D5

Tints of Lavender Pink #EBB7D5

Color information

#EBB7D5 (or 0xEBB7D5) is unknown color: approx Lavender Pink. HEX triplet: EB, B7 and D5. RGB value is (235,183,213). Sum of RGB (Red+Green+Blue) = 235+183+213=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7D5 is #14482A. Grayscale: #C9C9C9. Windows color (decimal): -1329195 or 14006251. OLE color: 14006251.

HSL color Cylindrical-coordinate representation of color #EBB7D5: hue angle of 325.38º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB7D5 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235183213-
CMYK00.220.090.08
HSL325.38º56.52%81.96%-
HSV(B)325.38º22.13%92.16%-
XYZ63.256.3370.49-
YUV201.97134.23151.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=37.24%
G=29.00%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518321300.220.090.08325.3856.5281.96
HexEBB7D5016981453952
Octal353267325026111050571122
Binary111010111011011111010101010110100110001010001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7D5; }

 p { color: rgb(235,183,213); }

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

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

 a { background-color: rgb(235,183,213); }

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

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

 span { border-color: rgb(235,183,213); }

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