#ECECFD

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

Shades of Lavender #ECECFD

Tints of Lavender #ECECFD

Color information

#ECECFD (or 0xECECFD) is unknown color: approx Lavender. HEX triplet: EC, EC and FD. RGB value is (236,236,253). Sum of RGB (Red+Green+Blue) = 236+236+253=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFD is #131302. Grayscale: #EDEDED. Windows color (decimal): -1250051 or 16641260. OLE color: 16641260.

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

Color convert

RGB236236253-
CMYK0.070.0700.01
HSL240º80.95%95.88%-
HSV(B)240º6.72%99.22%-
XYZ82.3284.92104.98-
YUV237.94136.5126.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.55%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=32.55%
G=32.55%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362362530.070.0700.0124080.9595.88
HexECECFD7701f05160
Octal3543543757701360121140
Binary111011001110110011111101111111011111000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECFD; }

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

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

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

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

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

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

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

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