#EBECF3

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

Shades of Lavender #EBECF3

Tints of Lavender #EBECF3

Color information

#EBECF3 (or 0xEBECF3) is unknown color: approx Lavender. HEX triplet: EB, EC and F3. RGB value is (235,236,243). Sum of RGB (Red+Green+Blue) = 235+236+243=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBECF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF3 is #14130C. Grayscale: #ECECEC. Windows color (decimal): -1315597 or 15985899. OLE color: 15985899.

HSL color Cylindrical-coordinate representation of color #EBECF3: hue angle of 232.5º degrees, saturation: 0.25, 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 #EBECF3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235236243-
CMYK0.030.0300.05
HSL232.5º25%93.73%-
HSV(B)232.5º3.29%95.29%-
XYZ80.4384.1296.79-
YUV236.5131.67126.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 236 (92.58% from 255) = 33.05%
BLUE value IS 243 (95.31% from 255) = 34.03%
R=32.91%
G=33.05%
B=34.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352362430.030.0300.05232.52593.73
HexEBECF33305e8195e
Octal353354363330535031136
Binary1110101111101100111100111111010111101000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF3; }

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

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

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

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

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

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

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

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