#ECAFD6

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

Shades of Lavender Pink #ECAFD6

Tints of Lavender Pink #ECAFD6

Color information

#ECAFD6 (or 0xECAFD6) is unknown color: approx Lavender Pink. HEX triplet: EC, AF and D6. RGB value is (236,175,214). Sum of RGB (Red+Green+Blue) = 236+175+214=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFD6 is #135029. Grayscale: #C5C5C5. Windows color (decimal): -1265706 or 14069740. OLE color: 14069740.

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

Color convert

RGB236175214-
CMYK00.260.090.07
HSL321.64º61.62%80.59%-
HSV(B)321.64º25.85%92.55%-
XYZ62.0653.3570.64-
YUV197.68137.21155.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=37.76%
G=28%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617521400.260.090.07321.6461.6280.59
HexECAFD601A971423e51
Octal35425732603211750276121
Binary11101100101011111101011001101010011111010000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFD6; }

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

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

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

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

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

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

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

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