#ECE9FA

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

Shades of Lavender #ECE9FA

Tints of Lavender #ECE9FA

Color information

#ECE9FA (or 0xECE9FA) is unknown color: approx Lavender. HEX triplet: EC, E9 and FA. RGB value is (236,233,250). Sum of RGB (Red+Green+Blue) = 236+233+250=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE9FA is #131605. Grayscale: #EBEBEB. Windows color (decimal): -1250822 or 16443884. OLE color: 16443884.

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

Color convert

RGB236233250-
CMYK0.060.0700.02
HSL250.59º62.96%94.71%-
HSV(B)250.59º6.8%98.04%-
XYZ80.9983.01102.2-
YUV235.83135.99128.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.82%
GREEN value IS 233 (91.41% from 255) = 32.41%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=32.82%
G=32.41%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362332500.060.0700.02250.5962.9694.71
HexECE9FA6702fb3f5f
Octal354351372670237377137
Binary111011001110100111111010110111010111110111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE9FA; }

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

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

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

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

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

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

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

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