#EBB0CE

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

Shades of Lavender Pink #EBB0CE

Tints of Lavender Pink #EBB0CE

Color information

#EBB0CE (or 0xEBB0CE) is unknown color: approx Lavender Pink. HEX triplet: EB, B0 and CE. RGB value is (235,176,206). Sum of RGB (Red+Green+Blue) = 235+176+206=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0CE is #144F31. Grayscale: #C4C4C4. Windows color (decimal): -1330994 or 13545707. OLE color: 13545707.

HSL color Cylindrical-coordinate representation of color #EBB0CE: hue angle of 329.49º degrees, saturation: 0.6, 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 #EBB0CE is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235176206-
CMYK00.250.120.08
HSL329.49º59.6%80.59%-
HSV(B)329.49º25.11%92.16%-
XYZ60.9353.1765.44-
YUV197.06133.05155.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=38.09%
G=28.53%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517620600.250.120.08329.4959.680.59
HexEBB0CE019C81493c51
Octal353260316031141051174121
Binary111010111011000011001110011001110010001010010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0CE; }

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

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

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

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

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

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

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

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