#ECB6CF

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

Shades of Lavender Pink #ECB6CF

Tints of Lavender Pink #ECB6CF

Color information

#ECB6CF (or 0xECB6CF) is unknown color: approx Lavender Pink. HEX triplet: EC, B6 and CF. RGB value is (236,182,207). Sum of RGB (Red+Green+Blue) = 236+182+207=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6CF is #134930. Grayscale: #C8C8C8. Windows color (decimal): -1263921 or 13612780. OLE color: 13612780.

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

Color convert

RGB236182207-
CMYK00.230.120.07
HSL332.22º58.7%81.96%-
HSV(B)332.22º22.88%92.55%-
XYZ62.5855.7966.5-
YUV201131.39152.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=37.76%
G=29.12%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618220700.230.120.07332.2258.781.96
HexECB6CF017C714c3b52
Octal35426631702714751473122
Binary11101100101101101100111101011111001111010011001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6CF; }

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

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

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

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

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

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

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

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