#EBEDFF

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

Shades of Lavender #EBEDFF

Tints of Lavender #EBEDFF

Color information

#EBEDFF (or 0xEBEDFF) is unknown color: approx Lavender. HEX triplet: EB, ED and FF. RGB value is (235,237,255). Sum of RGB (Red+Green+Blue) = 235+237+255=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFF is #141200. Grayscale: #EEEEEE. Windows color (decimal): -1315329 or 16772587. OLE color: 16772587.

HSL color Cylindrical-coordinate representation of color #EBEDFF: hue angle of 234º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEDFF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235237255-
CMYK0.080.0700
HSL234º100%96.08%-
HSV(B)234º7.84%100%-
XYZ82.685.45106.75-
YUV238.45137.34125.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 255 (100% from 255) = 35.08%
R=32.32%
G=32.60%
B=35.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352372550.080.070023410096.08
HexEBEDFF8700ea6460
Octal35335537710700352144140
Binary1110101111101101111111111000111001110101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDFF; }

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

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

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

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

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

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

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

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