#EBECF4

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

Shades of Lavender #EBECF4

Tints of Lavender #EBECF4

Color information

#EBECF4 (or 0xEBECF4) is unknown color: approx Lavender. HEX triplet: EB, EC and F4. RGB value is (235,236,244). Sum of RGB (Red+Green+Blue) = 235+236+244=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF4 is #14130B. Grayscale: #ECECEC. Windows color (decimal): -1315596 or 16051435. OLE color: 16051435.

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

Color convert

RGB235236244-
CMYK0.040.0300.04
HSL233.33º29.03%93.92%-
HSV(B)233.33º3.69%95.69%-
XYZ80.5984.1897.59-
YUV236.61132.17126.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 236 (92.58% from 255) = 33.01%
BLUE value IS 244 (95.70% from 255) = 34.13%
R=32.87%
G=33.01%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352362440.040.0300.04233.3329.0393.92
HexEBECF44304e91d5e
Octal353354364430435135136
Binary11101011111011001111010010011010011101001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF4; }

 p { color: rgb(235,236,244); }

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

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

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

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

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

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

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