#ECEAF4

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

Shades of Lavender #ECEAF4

Tints of Lavender #ECEAF4

Color information

#ECEAF4 (or 0xECEAF4) is unknown color: approx Lavender. HEX triplet: EC, EA and F4. RGB value is (236,234,244). Sum of RGB (Red+Green+Blue) = 236+234+244=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF4 is #13150B. Grayscale: #EBEBEB. Windows color (decimal): -1250572 or 16050924. OLE color: 16050924.

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

Color convert

RGB236234244-
CMYK0.030.0400.04
HSL252º31.25%93.73%-
HSV(B)252º4.1%95.69%-
XYZ80.3483.2197.41-
YUV235.74132.66128.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.05%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=33.05%
G=32.77%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362342440.030.0400.0425231.2593.73
HexECEAF43404fc1f5e
Octal354352364340437437136
Binary11101100111010101111010011100010011111100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAF4; }

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

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

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

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

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

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

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

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