#ECEAF6

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

Shades of Lavender #ECEAF6

Tints of Lavender #ECEAF6

Color information

#ECEAF6 (or 0xECEAF6) is unknown color: approx Lavender. HEX triplet: EC, EA and F6. RGB value is (236,234,246). Sum of RGB (Red+Green+Blue) = 236+234+246=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF6 is #131509. Grayscale: #EBEBEB. Windows color (decimal): -1250570 or 16181996. OLE color: 16181996.

HSL color Cylindrical-coordinate representation of color #ECEAF6: hue angle of 250º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECEAF6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236234246-
CMYK0.040.0500.04
HSL250º40%94.12%-
HSV(B)250º4.88%96.47%-
XYZ80.6583.3399.02-
YUV235.97133.66128.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.96%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=32.96%
G=32.68%
B=34.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362342460.040.0500.042504094.12
HexECEAF64504fa285e
Octal354352366450437250136
Binary1110110011101010111101101001010100111110101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAF6; }

 p { color: rgb(236,234,246); }

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

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

 a { background-color: rgb(236,234,246); }

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

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

 span { border-color: rgb(236,234,246); }

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