#ECADCE

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

Shades of Lavender Pink #ECADCE

Tints of Lavender Pink #ECADCE

Color information

#ECADCE (or 0xECADCE) is unknown color: approx Lavender Pink. HEX triplet: EC, AD and CE. RGB value is (236,173,206). Sum of RGB (Red+Green+Blue) = 236+173+206=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADCE is #135231. Grayscale: #C3C3C3. Windows color (decimal): -1266226 or 13544940. OLE color: 13544940.

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

Color convert

RGB236173206-
CMYK00.270.130.07
HSL328.57º62.38%80.2%-
HSV(B)328.57º26.69%92.55%-
XYZ60.6852.1865.27-
YUV195.6133.87156.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=38.37%
G=28.13%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617320600.270.130.07328.5762.3880.2
HexECADCE01BD71493e50
Octal35425531603315751176120
Binary11101100101011011100111001101111011111010010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADCE; }

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

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

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

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

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

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

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

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