#ECADD6

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

Shades of Lavender Pink #ECADD6

Tints of Lavender Pink #ECADD6

Color information

#ECADD6 (or 0xECADD6) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and D6. RGB value is (236,173,214). Sum of RGB (Red+Green+Blue) = 236+173+214=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD6 is #135229. Grayscale: #C4C4C4. Windows color (decimal): -1266218 or 14069228. OLE color: 14069228.

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

Color convert

RGB236173214-
CMYK00.270.090.07
HSL320.95º62.38%80.2%-
HSV(B)320.95º26.69%92.55%-
XYZ61.6752.5870.52-
YUV196.51137.87156.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=37.88%
G=27.77%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617321400.270.090.07320.9562.3880.2
HexECADD601B971413e50
Octal35425532603311750176120
Binary11101100101011011101011001101110011111010000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADD6; }

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

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

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

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

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

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

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

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