#EBE8FF

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

Shades of Lavender #EBE8FF

Tints of Lavender #EBE8FF

Color information

#EBE8FF (or 0xEBE8FF) is unknown color: approx Lavender. HEX triplet: EB, E8 and FF. RGB value is (235,232,255). Sum of RGB (Red+Green+Blue) = 235+232+255=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8FF is #141700. Grayscale: #EBEBEB. Windows color (decimal): -1316609 or 16771307. OLE color: 16771307.

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

Color convert

RGB235232255-
CMYK0.080.0900
HSL247.83º100%95.49%-
HSV(B)247.83º9.02%100%-
XYZ81.1782.6106.27-
YUV235.52138.99127.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 232 (91.02% from 255) = 32.13%
BLUE value IS 255 (100% from 255) = 35.32%
R=32.55%
G=32.13%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352322550.080.0900247.8310095.49
HexEBE8FF8900f8645f
Octal353350377101100370144137
Binary11101011111010001111111110001001001111100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8FF; }

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

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

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

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

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

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

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

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