#EAEAEE

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

Shades of Lavender #EAEAEE

Tints of Lavender #EAEAEE

Color information

#EAEAEE (or 0xEAEAEE) is unknown color: approx Lavender. HEX triplet: EA, EA and EE. RGB value is (234,234,238). Sum of RGB (Red+Green+Blue) = 234+234+238=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAEE is #151511. Grayscale: #EAEAEA. Windows color (decimal): -1381650 or 15657706. OLE color: 15657706.

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

Color convert

RGB234234238-
CMYK0.020.0200.07
HSL240º10.53%92.55%-
HSV(B)240º1.68%93.33%-
XYZ78.7982.5192.66-
YUV234.46130127.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=33.14%
G=33.14%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342342380.020.0200.0724010.5392.55
HexEAEAEE2207f0b5d
Octal352352356220736013135
Binary111010101110101011101110101001111111000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAEE; }

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

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

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

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

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

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

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

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