#ECAECD

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

Shades of Lavender Pink #ECAECD

Tints of Lavender Pink #ECAECD

Color information

#ECAECD (or 0xECAECD) is unknown color: approx Lavender Pink. HEX triplet: EC, AE and CD. RGB value is (236,174,205). Sum of RGB (Red+Green+Blue) = 236+174+205=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAECD is #135132. Grayscale: #C4C4C4. Windows color (decimal): -1265971 or 13479660. OLE color: 13479660.

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

Color convert

RGB236174205-
CMYK00.260.130.07
HSL330º62%80.39%-
HSV(B)330º26.27%92.55%-
XYZ60.7552.5164.69-
YUV196.07133.04156.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=38.37%
G=28.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617420500.260.130.073306280.39
HexECAECD01AD714a3e50
Octal35425631503215751276120
Binary11101100101011101100110101101011011111010010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAECD; }

 p { color: rgb(236,174,205); }

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

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

 a { background-color: rgb(236,174,205); }

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

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

 span { border-color: rgb(236,174,205); }

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