#EBABCE

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

Shades of Lavender Pink #EBABCE

Tints of Lavender Pink #EBABCE

Color information

#EBABCE (or 0xEBABCE) is unknown color: approx Lavender Pink. HEX triplet: EB, AB and CE. RGB value is (235,171,206). Sum of RGB (Red+Green+Blue) = 235+171+206=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABCE is #145431. Grayscale: #C2C2C2. Windows color (decimal): -1332274 or 13544427. OLE color: 13544427.

HSL color Cylindrical-coordinate representation of color #EBABCE: hue angle of 327.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABCE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235171206-
CMYK00.270.120.08
HSL327.19º61.54%79.61%-
HSV(B)327.19º27.23%92.16%-
XYZ59.9651.2465.12-
YUV194.13134.7157.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=38.40%
G=27.94%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517120600.270.120.08327.1961.5479.61
HexEBABCE01BC81473e50
Octal353253316033141050776120
Binary111010111010101111001110011011110010001010001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABCE; }

 p { color: rgb(235,171,206); }

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

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

 a { background-color: rgb(235,171,206); }

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

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

 span { border-color: rgb(235,171,206); }

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