#ECB3CD

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

Shades of Lavender Pink #ECB3CD

Tints of Lavender Pink #ECB3CD

Color information

#ECB3CD (or 0xECB3CD) is unknown color: approx Lavender Pink. HEX triplet: EC, B3 and CD. RGB value is (236,179,205). Sum of RGB (Red+Green+Blue) = 236+179+205=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3CD is #134C32. Grayscale: #C6C6C6. Windows color (decimal): -1264691 or 13480940. OLE color: 13480940.

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

Color convert

RGB236179205-
CMYK00.240.130.07
HSL332.63º60%81.37%-
HSV(B)332.63º24.15%92.55%-
XYZ61.7354.4865.02-
YUV199.01131.38154.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=38.06%
G=28.87%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617920500.240.130.07332.636081.37
HexECB3CD018D714d3c51
Octal35426331503015751574121
Binary11101100101100111100110101100011011111010011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3CD; }

 p { color: rgb(236,179,205); }

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

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

 a { background-color: rgb(236,179,205); }

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

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

 span { border-color: rgb(236,179,205); }

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