#ECB5D7

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

Shades of Lavender Pink #ECB5D7

Tints of Lavender Pink #ECB5D7

Color information

#ECB5D7 (or 0xECB5D7) is unknown color: approx Lavender Pink. HEX triplet: EC, B5 and D7. RGB value is (236,181,215). Sum of RGB (Red+Green+Blue) = 236+181+215=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5D7 is #134A28. Grayscale: #C9C9C9. Windows color (decimal): -1264169 or 14136812. OLE color: 14136812.

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

Color convert

RGB236181215-
CMYK00.230.090.07
HSL322.91º59.14%81.76%-
HSV(B)322.91º23.31%92.55%-
XYZ63.3855.7971.72-
YUV201.32135.72152.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 181 (71.09% from 255) = 28.64%
BLUE value IS 215 (84.38% from 255) = 34.02%
R=37.34%
G=28.64%
B=34.02%

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
Decimal23618121500.230.090.07322.9159.1481.76
HexECB5D7017971433b52
Octal35426532702711750373122
Binary11101100101101011101011101011110011111010000111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5D7; }

 p { color: rgb(236,181,215); }

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

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

 a { background-color: rgb(236,181,215); }

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

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

 span { border-color: rgb(236,181,215); }

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