#ECB5CF

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

Shades of Lavender Pink #ECB5CF

Tints of Lavender Pink #ECB5CF

Color information

#ECB5CF (or 0xECB5CF) is unknown color: approx Lavender Pink. HEX triplet: EC, B5 and CF. RGB value is (236,181,207). Sum of RGB (Red+Green+Blue) = 236+181+207=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5CF is #134A30. Grayscale: #C8C8C8. Windows color (decimal): -1264177 or 13612524. OLE color: 13612524.

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

Color convert

RGB236181207-
CMYK00.230.120.07
HSL331.64º59.14%81.76%-
HSV(B)331.64º23.31%92.55%-
XYZ62.3855.3966.43-
YUV200.41131.72153.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=37.82%
G=29.01%
B=33.17%

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
Decimal23618120700.230.120.07331.6459.1481.76
HexECB5CF017C714c3b52
Octal35426531702714751473122
Binary11101100101101011100111101011111001111010011001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5CF; }

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

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

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

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

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

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

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

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