#ECB2D6

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

Shades of Lavender Pink #ECB2D6

Tints of Lavender Pink #ECB2D6

Color information

#ECB2D6 (or 0xECB2D6) is unknown color: approx Lavender Pink. HEX triplet: EC, B2 and D6. RGB value is (236,178,214). Sum of RGB (Red+Green+Blue) = 236+178+214=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2D6 is #134D29. Grayscale: #C7C7C7. Windows color (decimal): -1264938 or 14070508. OLE color: 14070508.

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

Color convert

RGB236178214-
CMYK00.250.090.07
HSL322.76º60.42%81.18%-
HSV(B)322.76º24.58%92.55%-
XYZ62.6554.5370.84-
YUV199.45136.22154.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 214 (83.98% from 255) = 34.08%
R=37.58%
G=28.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617821400.250.090.07322.7660.4281.18
HexECB2D6019971433c51
Octal35426232603111750374121
Binary11101100101100101101011001100110011111010000111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2D6; }

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

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

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

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

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

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

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

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