#ECADD7

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

Shades of Lavender Pink #ECADD7

Tints of Lavender Pink #ECADD7

Color information

#ECADD7 (or 0xECADD7) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and D7. RGB value is (236,173,215). Sum of RGB (Red+Green+Blue) = 236+173+215=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD7 is #135228. Grayscale: #C4C4C4. Windows color (decimal): -1266217 or 14134764. OLE color: 14134764.

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

Color convert

RGB236173215-
CMYK00.270.090.07
HSL320º62.38%80.2%-
HSV(B)320º26.69%92.55%-
XYZ61.852.6371.19-
YUV196.62138.37156.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=37.82%
G=27.72%
B=34.46%

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
Decimal23617321500.270.090.0732062.3880.2
HexECADD701B971403e50
Octal35425532703311750076120
Binary11101100101011011101011101101110011111010000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADD7; }

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

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

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

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

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

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

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

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