#EBEDFA

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

Shades of Lavender #EBEDFA

Tints of Lavender #EBEDFA

Color information

#EBEDFA (or 0xEBEDFA) is unknown color: approx Lavender. HEX triplet: EB, ED and FA. RGB value is (235,237,250). Sum of RGB (Red+Green+Blue) = 235+237+250=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFA is #141205. Grayscale: #EDEDED. Windows color (decimal): -1315334 or 16444907. OLE color: 16444907.

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

Color convert

RGB235237250-
CMYK0.060.0500.02
HSL232º60%95.1%-
HSV(B)232º6%98.04%-
XYZ81.885.13102.56-
YUV237.88134.84125.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=32.55%
G=32.83%
B=34.63%

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
Decimal2352372500.060.0500.022326095.1
HexEBEDFA6502e83c5f
Octal353355372650235074137
Binary111010111110110111111010110101010111010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDFA; }

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

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

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

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

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

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

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

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