#EAEAEB

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

Shades of Lavender #EAEAEB

Tints of Lavender #EAEAEB

Color information

#EAEAEB (or 0xEAEAEB) is unknown color: approx Lavender. HEX triplet: EA, EA and EB. RGB value is (234,234,235). Sum of RGB (Red+Green+Blue) = 234+234+235=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAEB is #151514. Grayscale: #EAEAEA. Windows color (decimal): -1381653 or 15461098. OLE color: 15461098.

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

Color convert

RGB234234235-
CMYK0.000.0000.08
HSL240º2.44%91.96%-
HSV(B)240º0.43%92.16%-
XYZ78.3582.3490.36-
YUV234.11128.5127.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=33.29%
G=33.29%
B=33.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342342350.000.0000.082402.4491.96
HexEAEAEB0008f025c
Octal352352353000103602134
Binary111010101110101011101011000100011110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAEB; }

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

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

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

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

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

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

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

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