#ECECFE

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

Shades of Lavender #ECECFE

Tints of Lavender #ECECFE

Color information

#ECECFE (or 0xECECFE) is unknown color: approx Lavender. HEX triplet: EC, EC and FE. RGB value is (236,236,254). Sum of RGB (Red+Green+Blue) = 236+236+254=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFE is #131301. Grayscale: #EDEDED. Windows color (decimal): -1250050 or 16706796. OLE color: 16706796.

HSL color Cylindrical-coordinate representation of color #ECECFE: hue angle of 240º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECECFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236236254-
CMYK0.070.0700.00
HSL240º90%96.08%-
HSV(B)240º7.09%99.61%-
XYZ82.4884.98105.82-
YUV238.05137126.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.51%
GREEN value IS 236 (92.58% from 255) = 32.51%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=32.51%
G=32.51%
B=34.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362362540.070.0700.002409096.08
HexECECFE7700f05a60
Octal3543543767700360132140
Binary111011001110110011111110111111001111000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECFE; }

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

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

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

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

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

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

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

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