#ECADD0

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

Shades of Lavender Pink #ECADD0

Tints of Lavender Pink #ECADD0

Color information

#ECADD0 (or 0xECADD0) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and D0. RGB value is (236,173,208). Sum of RGB (Red+Green+Blue) = 236+173+208=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD0 is #13522F. Grayscale: #C3C3C3. Windows color (decimal): -1266224 or 13676012. OLE color: 13676012.

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

Color convert

RGB236173208-
CMYK00.270.120.07
HSL326.67º62.38%80.2%-
HSV(B)326.67º26.69%92.55%-
XYZ60.9252.2766.55-
YUV195.83134.87156.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=38.25%
G=28.04%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617320800.270.120.07326.6762.3880.2
HexECADD001BC71473e50
Octal35425532003314750776120
Binary11101100101011011101000001101111001111010001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADD0; }

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

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

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

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

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

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

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

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