#ECEEFA

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

Shades of Lavender #ECEEFA

Tints of Lavender #ECEEFA

Color information

#ECEEFA (or 0xECEEFA) is unknown color: approx Lavender. HEX triplet: EC, EE and FA. RGB value is (236,238,250). Sum of RGB (Red+Green+Blue) = 236+238+250=724 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.60% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEFA is #131105. Grayscale: #EEEEEE. Windows color (decimal): -1249542 or 16445164. OLE color: 16445164.

HSL color Cylindrical-coordinate representation of color #ECEEFA: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEEFA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236238250-
CMYK0.060.0500.02
HSL231.43º58.33%95.29%-
HSV(B)231.43º5.6%98.04%-
XYZ82.4285.88102.68-
YUV238.77134.34126.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.60%
GREEN value IS 238 (93.36% from 255) = 32.87%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=32.60%
G=32.87%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362382500.060.0500.02231.4358.3395.29
HexECEEFA6502e73a5f
Octal354356372650234772137
Binary111011001110111011111010110101010111001111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEEFA; }

 p { color: rgb(236,238,250); }

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

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

 a { background-color: rgb(236,238,250); }

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

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

 span { border-color: rgb(236,238,250); }

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