#ECAFD0

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

Shades of Lavender Pink #ECAFD0

Tints of Lavender Pink #ECAFD0

Color information

#ECAFD0 (or 0xECAFD0) is unknown color: approx Lavender Pink. HEX triplet: EC, AF and D0. RGB value is (236,175,208). Sum of RGB (Red+Green+Blue) = 236+175+208=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFD0 is #13502F. Grayscale: #C4C4C4. Windows color (decimal): -1265712 or 13676524. OLE color: 13676524.

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

Color convert

RGB236175208-
CMYK00.260.120.07
HSL327.54º61.62%80.59%-
HSV(B)327.54º25.85%92.55%-
XYZ61.3153.0566.68-
YUV197134.21155.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=38.13%
G=28.27%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617520800.260.120.07327.5461.6280.59
HexECAFD001AC71483e51
Octal35425732003214751076121
Binary11101100101011111101000001101011001111010010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFD0; }

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

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

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

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

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

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

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

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