#ECB0CC

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

Shades of Lavender Pink #ECB0CC

Tints of Lavender Pink #ECB0CC

Color information

#ECB0CC (or 0xECB0CC) is unknown color: approx Lavender Pink. HEX triplet: EC, B0 and CC. RGB value is (236,176,204). Sum of RGB (Red+Green+Blue) = 236+176+204=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CC is #134F33. Grayscale: #C5C5C5. Windows color (decimal): -1265460 or 13414636. OLE color: 13414636.

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

Color convert

RGB236176204-
CMYK00.250.140.07
HSL332º61.22%80.78%-
HSV(B)332º25.42%92.55%-
XYZ61.0253.2464.19-
YUV197.13131.88155.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=38.31%
G=28.57%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617620400.250.140.0733261.2280.78
HexECB0CC019E714c3d51
Octal35426031403116751475121
Binary11101100101100001100110001100111101111010011001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0CC; }

 p { color: rgb(236,176,204); }

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

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

 a { background-color: rgb(236,176,204); }

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

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

 span { border-color: rgb(236,176,204); }

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