#ECADD5

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

Shades of Lavender Pink #ECADD5

Tints of Lavender Pink #ECADD5

Color information

#ECADD5 (or 0xECADD5) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and D5. RGB value is (236,173,213). Sum of RGB (Red+Green+Blue) = 236+173+213=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD5 is #13522A. Grayscale: #C4C4C4. Windows color (decimal): -1266219 or 14003692. OLE color: 14003692.

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

Color convert

RGB236173213-
CMYK00.270.100.07
HSL321.9º62.38%80.2%-
HSV(B)321.9º26.69%92.55%-
XYZ61.5552.5269.85-
YUV196.4137.37156.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=37.94%
G=27.81%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617321300.270.100.07321.962.3880.2
HexECADD501BA71423e50
Octal35425532503312750276120
Binary11101100101011011101010101101110101111010000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADD5; }

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

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

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

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

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

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

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

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