#ECB6D6

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

Shades of Lavender Pink #ECB6D6

Tints of Lavender Pink #ECB6D6

Color information

#ECB6D6 (or 0xECB6D6) is unknown color: approx Lavender Pink. HEX triplet: EC, B6 and D6. RGB value is (236,182,214). Sum of RGB (Red+Green+Blue) = 236+182+214=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6D6 is #134929. Grayscale: #C9C9C9. Windows color (decimal): -1263914 or 14071532. OLE color: 14071532.

HSL color Cylindrical-coordinate representation of color #ECB6D6: hue angle of 324.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6D6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236182214-
CMYK00.230.090.07
HSL324.44º58.7%81.96%-
HSV(B)324.44º22.88%92.55%-
XYZ63.4656.1471.11-
YUV201.79134.89152.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 182 (71.48% from 255) = 28.80%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=37.34%
G=28.80%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618221400.230.090.07324.4458.781.96
HexECB6D6017971443b52
Octal35426632602711750473122
Binary11101100101101101101011001011110011111010001001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6D6; }

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

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

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

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

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

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

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

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