#ECECF7

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

Shades of Lavender #ECECF7

Tints of Lavender #ECECF7

Color information

#ECECF7 (or 0xECECF7) is unknown color: approx Lavender. HEX triplet: EC, EC and F7. RGB value is (236,236,247). Sum of RGB (Red+Green+Blue) = 236+236+247=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF7 is #131308. Grayscale: #EDEDED. Windows color (decimal): -1250057 or 16248044. OLE color: 16248044.

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

Color convert

RGB236236247-
CMYK0.040.0400.03
HSL240º40.74%94.71%-
HSV(B)240º4.45%96.86%-
XYZ81.3884.54100.02-
YUV237.25133.5127.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.82%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=32.82%
G=32.82%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362362470.040.0400.0324040.7494.71
HexECECF74403f0295f
Octal354354367440336051137
Binary111011001110110011110111100100011111100001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECF7; }

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

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

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

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

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

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

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

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