#EBEAEE

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

Shades of Lavender #EBEAEE

Tints of Lavender #EBEAEE

Color information

#EBEAEE (or 0xEBEAEE) is unknown color: approx Lavender. HEX triplet: EB, EA and EE. RGB value is (235,234,238). Sum of RGB (Red+Green+Blue) = 235+234+238=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAEE is #141511. Grayscale: #EAEAEA. Windows color (decimal): -1316114 or 15657707. OLE color: 15657707.

HSL color Cylindrical-coordinate representation of color #EBEAEE: hue angle of 255º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEAEE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235234238-
CMYK0.010.0200.07
HSL255º10.53%92.55%-
HSV(B)255º1.68%93.33%-
XYZ79.1282.6892.68-
YUV234.76129.83128.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=33.24%
G=33.10%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352342380.010.0200.0725510.5392.55
HexEBEAEE1207ffb5d
Octal353352356120737713135
Binary11101011111010101110111011001111111111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAEE; }

 p { color: rgb(235,234,238); }

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

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

 a { background-color: rgb(235,234,238); }

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

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

 span { border-color: rgb(235,234,238); }

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