#EBECFA

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

Shades of Lavender #EBECFA

Tints of Lavender #EBECFA

Color information

#EBECFA (or 0xEBECFA) is unknown color: approx Lavender. HEX triplet: EB, EC and FA. RGB value is (235,236,250). Sum of RGB (Red+Green+Blue) = 235+236+250=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFA is #141305. Grayscale: #EDEDED. Windows color (decimal): -1315590 or 16444651. OLE color: 16444651.

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

Color convert

RGB235236250-
CMYK0.060.0600.02
HSL236º60%95.1%-
HSV(B)236º6%98.04%-
XYZ81.5184.56102.47-
YUV237.3135.17126.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.59%
GREEN value IS 236 (92.58% from 255) = 32.73%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=32.59%
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
Decimal2352362500.060.0600.022366095.1
HexEBECFA6602ec3c5f
Octal353354372660235474137
Binary111010111110110011111010110110010111011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECFA; }

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

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

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

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

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

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

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

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