#EDEAFB

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

Shades of Lavender #EDEAFB

Tints of Lavender #EDEAFB

Color information

#EDEAFB (or 0xEDEAFB) is unknown color: approx Lavender. HEX triplet: ED, EA and FB. RGB value is (237,234,251). Sum of RGB (Red+Green+Blue) = 237+234+251=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 234 (91.80% from 255 or 32.41% 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 #EDEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFB is #121504. Grayscale: #ECECEC. Windows color (decimal): -1185029 or 16509677. OLE color: 16509677.

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

Color convert

RGB237234251-
CMYK0.060.0700.02
HSL250.59º68%95.1%-
HSV(B)250.59º6.77%98.43%-
XYZ81.7683.82103.14-
YUV236.84135.99128.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372342510.060.0700.02250.596895.1
HexEDEAFB6702fb445f
Octal3553523736702373104137
Binary1110110111101010111110111101110101111101110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAFB; }

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

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

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

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

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

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

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

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