#ECAACE

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

Shades of Lavender Pink #ECAACE

Tints of Lavender Pink #ECAACE

Color information

#ECAACE (or 0xECAACE) is unknown color: approx Lavender Pink. HEX triplet: EC, AA and CE. RGB value is (236,170,206). Sum of RGB (Red+Green+Blue) = 236+170+206=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAACE is #135531. Grayscale: #C1C1C1. Windows color (decimal): -1266994 or 13544172. OLE color: 13544172.

HSL color Cylindrical-coordinate representation of color #ECAACE: hue angle of 327.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAACE is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236170206-
CMYK00.280.130.07
HSL327.27º63.46%79.61%-
HSV(B)327.27º27.97%92.55%-
XYZ60.1151.0465.08-
YUV193.84134.87158.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=38.56%
G=27.78%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617020600.280.130.07327.2763.4679.61
HexECAACE01CD71473f50
Octal35425231603415750777120
Binary11101100101010101100111001110011011111010001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAACE; }

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

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

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

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

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

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

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

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