#EBB1CD

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

Shades of Lavender Pink #EBB1CD

Tints of Lavender Pink #EBB1CD

Color information

#EBB1CD (or 0xEBB1CD) is unknown color: approx Lavender Pink. HEX triplet: EB, B1 and CD. RGB value is (235,177,205). Sum of RGB (Red+Green+Blue) = 235+177+205=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CD is #144E32. Grayscale: #C5C5C5. Windows color (decimal): -1330739 or 13480427. OLE color: 13480427.

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

Color convert

RGB235177205-
CMYK00.250.130.08
HSL331.03º59.18%80.78%-
HSV(B)331.03º24.68%92.16%-
XYZ6153.5164.87-
YUV197.53132.22154.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=38.09%
G=28.69%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517720500.250.130.08331.0359.1880.78
HexEBB1CD019D814b3b51
Octal353261315031151051373121
Binary111010111011000111001101011001110110001010010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1CD; }

 p { color: rgb(235,177,205); }

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

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

 a { background-color: rgb(235,177,205); }

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

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

 span { border-color: rgb(235,177,205); }

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