#ECECFA

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

Shades of Lavender #ECECFA

Tints of Lavender #ECECFA

Color information

#ECECFA (or 0xECECFA) is unknown color: approx Lavender. HEX triplet: EC, EC and FA. RGB value is (236,236,250). Sum of RGB (Red+Green+Blue) = 236+236+250=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFA is #131305. Grayscale: #EDEDED. Windows color (decimal): -1250054 or 16444652. OLE color: 16444652.

HSL color Cylindrical-coordinate representation of color #ECECFA: hue angle of 240º 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 #ECECFA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236236250-
CMYK0.060.0600.02
HSL240º58.33%95.29%-
HSV(B)240º5.6%98.04%-
XYZ81.8484.73102.48-
YUV237.6135126.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.69%
GREEN value IS 236 (92.58% from 255) = 32.69%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=32.69%
G=32.69%
B=34.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362362500.060.0600.0224058.3395.29
HexECECFA6602f03a5f
Octal354354372660236072137
Binary111011001110110011111010110110010111100001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECFA; }

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

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

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

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

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

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

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

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