#ECB6D0

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

Shades of Lavender Pink #ECB6D0

Tints of Lavender Pink #ECB6D0

Color information

#ECB6D0 (or 0xECB6D0) is unknown color: approx Lavender Pink. HEX triplet: EC, B6 and D0. RGB value is (236,182,208). Sum of RGB (Red+Green+Blue) = 236+182+208=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6D0 is #13492F. Grayscale: #C9C9C9. Windows color (decimal): -1263920 or 13678316. OLE color: 13678316.

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

Color convert

RGB236182208-
CMYK00.230.120.07
HSL331.11º58.7%81.96%-
HSV(B)331.11º22.88%92.55%-
XYZ62.7155.8467.15-
YUV201.11131.89152.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=37.70%
G=29.07%
B=33.23%

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
Decimal23618220800.230.120.07331.1158.781.96
HexECB6D0017C714b3b52
Octal35426632002714751373122
Binary11101100101101101101000001011111001111010010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6D0; }

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

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

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

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

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

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

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

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