#EBB7D1

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

Shades of Lavender Pink #EBB7D1

Tints of Lavender Pink #EBB7D1

Color information

#EBB7D1 (or 0xEBB7D1) is unknown color: approx Lavender Pink. HEX triplet: EB, B7 and D1. RGB value is (235,183,209). Sum of RGB (Red+Green+Blue) = 235+183+209=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7D1 is #14482E. Grayscale: #C9C9C9. Windows color (decimal): -1329199 or 13744107. OLE color: 13744107.

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

Color convert

RGB235183209-
CMYK00.220.110.08
HSL330º56.52%81.96%-
HSV(B)330º22.13%92.16%-
XYZ62.756.1367.85-
YUV201.51132.23151.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 183 (71.88% from 255) = 29.19%
BLUE value IS 209 (82.03% from 255) = 33.33%
R=37.48%
G=29.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518320900.220.110.0833056.5281.96
HexEBB7D1016B814a3952
Octal353267321026131051271122
Binary111010111011011111010001010110101110001010010101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7D1; }

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

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

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

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

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

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

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

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