#ECADD2

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

Shades of Lavender Pink #ECADD2

Tints of Lavender Pink #ECADD2

Color information

#ECADD2 (or 0xECADD2) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and D2. RGB value is (236,173,210). Sum of RGB (Red+Green+Blue) = 236+173+210=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD2 is #13522D. Grayscale: #C3C3C3. Windows color (decimal): -1266222 or 13807084. OLE color: 13807084.

HSL color Cylindrical-coordinate representation of color #ECADD2: hue angle of 324.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADD2 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB236173210-
CMYK00.270.110.07
HSL324.76º62.38%80.2%-
HSV(B)324.76º26.69%92.55%-
XYZ61.1752.3767.86-
YUV196.05135.87156.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=38.13%
G=27.95%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617321000.270.110.07324.7662.3880.2
HexECADD201BB71453e50
Octal35425532203313750576120
Binary11101100101011011101001001101110111111010001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADD2; }

 p { color: rgb(236,173,210); }

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

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

 a { background-color: rgb(236,173,210); }

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

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

 span { border-color: rgb(236,173,210); }

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