#EBECF2

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

Shades of Lavender #EBECF2

Tints of Lavender #EBECF2

Color information

#EBECF2 (or 0xEBECF2) is unknown color: approx Lavender. HEX triplet: EB, EC and F2. RGB value is (235,236,242). Sum of RGB (Red+Green+Blue) = 235+236+242=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF2 is #14130D. Grayscale: #ECECEC. Windows color (decimal): -1315598 or 15920363. OLE color: 15920363.

HSL color Cylindrical-coordinate representation of color #EBECF2: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBECF2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235236242-
CMYK0.030.0200.05
HSL231.43º21.21%93.53%-
HSV(B)231.43º2.89%94.9%-
XYZ80.2884.0696-
YUV236.38131.17127.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 236 (92.58% from 255) = 33.10%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=32.96%
G=33.10%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352362420.030.0200.05231.4321.2193.53
HexEBECF23205e7155e
Octal353354362320534725136
Binary1110101111101100111100101110010111100111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF2; }

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

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

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

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

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

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

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

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