#ECEDFB

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

Shades of Lavender #ECEDFB

Tints of Lavender #ECEDFB

Color information

#ECEDFB (or 0xECEDFB) is unknown color: approx Lavender. HEX triplet: EC, ED and FB. RGB value is (236,237,251). Sum of RGB (Red+Green+Blue) = 236+237+251=724 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.60% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFB is #131204. Grayscale: #EEEEEE. Windows color (decimal): -1249797 or 16510444. OLE color: 16510444.

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

Color convert

RGB236237251-
CMYK0.060.0600.02
HSL236º65.22%95.49%-
HSV(B)236º5.98%98.43%-
XYZ82.2985.37103.41-
YUV238.3135.17126.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.60%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=32.60%
G=32.73%
B=34.67%

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
Decimal2362372510.060.0600.0223665.2295.49
HexECEDFB6602ec415f
Octal3543553736602354101137
Binary1110110011101101111110111101100101110110010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDFB; }

 p { color: rgb(236,237,251); }

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

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

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

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

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

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

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