#ECB1CE

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

Shades of Lavender Pink #ECB1CE

Tints of Lavender Pink #ECB1CE

Color information

#ECB1CE (or 0xECB1CE) is unknown color: approx Lavender Pink. HEX triplet: EC, B1 and CE. RGB value is (236,177,206). Sum of RGB (Red+Green+Blue) = 236+177+206=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CE is #134E31. Grayscale: #C5C5C5. Windows color (decimal): -1265202 or 13545964. OLE color: 13545964.

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

Color convert

RGB236177206-
CMYK00.250.130.07
HSL330.51º60.82%80.98%-
HSV(B)330.51º25%92.55%-
XYZ61.4553.7365.53-
YUV197.95132.55155.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=38.13%
G=28.59%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617720600.250.130.07330.5160.8280.98
HexECB1CE019D714b3d51
Octal35426131603115751375121
Binary11101100101100011100111001100111011111010010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1CE; }

 p { color: rgb(236,177,206); }

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

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

 a { background-color: rgb(236,177,206); }

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

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

 span { border-color: rgb(236,177,206); }

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