#ECECFF

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

Shades of Lavender #ECECFF

Tints of Lavender #ECECFF

Color information

#ECECFF (or 0xECECFF) is unknown color: approx Lavender. HEX triplet: EC, EC and FF. RGB value is (236,236,255). Sum of RGB (Red+Green+Blue) = 236+236+255=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFF is #131300. Grayscale: #EEEEEE. Windows color (decimal): -1250049 or 16772332. OLE color: 16772332.

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

Color convert

RGB236236255-
CMYK0.070.0700
HSL240º100%96.27%-
HSV(B)240º7.45%100%-
XYZ82.6485.04106.67-
YUV238.17137.5126.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.46%
GREEN value IS 236 (92.58% from 255) = 32.46%
BLUE value IS 255 (100% from 255) = 35.08%
R=32.46%
G=32.46%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362362550.070.070024010096.27
HexECECFF7700f06460
Octal3543543777700360144140
Binary111011001110110011111111111111001111000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECFF; }

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

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

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

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

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

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

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

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