#ECEAF7

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

Shades of Lavender #ECEAF7

Tints of Lavender #ECEAF7

Color information

#ECEAF7 (or 0xECEAF7) is unknown color: approx Lavender. HEX triplet: EC, EA and F7. RGB value is (236,234,247). Sum of RGB (Red+Green+Blue) = 236+234+247=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF7 is #131508. Grayscale: #ECECEC. Windows color (decimal): -1250569 or 16247532. OLE color: 16247532.

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

Color convert

RGB236234247-
CMYK0.040.0500.03
HSL249.23º44.83%94.31%-
HSV(B)249.23º5.26%96.86%-
XYZ80.883.3999.83-
YUV236.08134.16127.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 247 (96.88% from 255) = 34.45%
R=32.91%
G=32.64%
B=34.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362342470.040.0500.03249.2344.8394.31
HexECEAF74503f92d5e
Octal354352367450337155136
Binary111011001110101011110111100101011111110011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAF7; }

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

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

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

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

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

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

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

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