#ECB1D6

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

Shades of Lavender Pink #ECB1D6

Tints of Lavender Pink #ECB1D6

Color information

#ECB1D6 (or 0xECB1D6) is unknown color: approx Lavender Pink. HEX triplet: EC, B1 and D6. RGB value is (236,177,214). Sum of RGB (Red+Green+Blue) = 236+177+214=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1D6 is #134E29. Grayscale: #C6C6C6. Windows color (decimal): -1265194 or 14070252. OLE color: 14070252.

HSL color Cylindrical-coordinate representation of color #ECB1D6: hue angle of 322.37º 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 #ECB1D6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236177214-
CMYK00.250.090.07
HSL322.37º60.82%80.98%-
HSV(B)322.37º25%92.55%-
XYZ62.4554.1370.78-
YUV198.86136.55154.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 177 (69.53% from 255) = 28.23%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=37.64%
G=28.23%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617721400.250.090.07322.3760.8280.98
HexECB1D6019971423d51
Octal35426132603111750275121
Binary11101100101100011101011001100110011111010000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1D6; }

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

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

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

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

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

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

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

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