#EBECF9

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

Shades of Lavender #EBECF9

Tints of Lavender #EBECF9

Color information

#EBECF9 (or 0xEBECF9) is unknown color: approx Lavender. HEX triplet: EB, EC and F9. RGB value is (235,236,249). Sum of RGB (Red+Green+Blue) = 235+236+249=720 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.64% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF9 is #141306. Grayscale: #EDEDED. Windows color (decimal): -1315591 or 16379115. OLE color: 16379115.

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

Color convert

RGB235236249-
CMYK0.060.0500.02
HSL235.71º53.85%94.9%-
HSV(B)235.71º5.62%97.65%-
XYZ81.3684.49101.64-
YUV237.18134.67126.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.64%
GREEN value IS 236 (92.58% from 255) = 32.78%
BLUE value IS 249 (97.66% from 255) = 34.58%
R=32.64%
G=32.78%
B=34.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352362490.060.0500.02235.7153.8594.9
HexEBECF96502ec365f
Octal353354371650235466137
Binary111010111110110011111001110101010111011001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF9; }

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

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

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

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

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

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

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

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