#EAEDFB

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

Shades of Lavender #EAEDFB

Tints of Lavender #EAEDFB

Color information

#EAEDFB (or 0xEAEDFB) is unknown color: approx Lavender. HEX triplet: EA, ED and FB. RGB value is (234,237,251). Sum of RGB (Red+Green+Blue) = 234+237+251=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDFB is #151204. Grayscale: #EDEDED. Windows color (decimal): -1380869 or 16510442. OLE color: 16510442.

HSL color Cylindrical-coordinate representation of color #EAEDFB: hue angle of 229.41º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEDFB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234237251-
CMYK0.070.0600.02
HSL229.41º68%95.1%-
HSV(B)229.41º6.77%98.43%-
XYZ81.6385.03103.38-
YUV237.7135.51125.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.41%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 251 (98.44% from 255) = 34.76%
R=32.41%
G=32.83%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342372510.070.0600.02229.416895.1
HexEAEDFB7602e5445f
Octal3523553737602345104137
Binary1110101011101101111110111111100101110010110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDFB; }

 p { color: rgb(234,237,251); }

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

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

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

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

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

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

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