#EDE8FF

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

Shades of Lavender #EDE8FF

Tints of Lavender #EDE8FF

Color information

#EDE8FF (or 0xEDE8FF) is unknown color: approx Lavender. HEX triplet: ED, E8 and FF. RGB value is (237,232,255). Sum of RGB (Red+Green+Blue) = 237+232+255=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FF is #121700. Grayscale: #ECECEC. Windows color (decimal): -1185537 or 16771309. OLE color: 16771309.

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

Color convert

RGB237232255-
CMYK0.070.0900
HSL253.04º100%95.49%-
HSV(B)253.04º9.02%100%-
XYZ81.8382.94106.3-
YUV236.12138.66128.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.73%
GREEN value IS 232 (91.02% from 255) = 32.04%
BLUE value IS 255 (100% from 255) = 35.22%
R=32.73%
G=32.04%
B=35.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372322550.070.0900253.0410095.49
HexEDE8FF7900fd645f
Octal35535037771100375144137
Binary1110110111101000111111111111001001111110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8FF; }

 p { color: rgb(237,232,255); }

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

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

 a { background-color: rgb(237,232,255); }

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

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

 span { border-color: rgb(237,232,255); }

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