#EDEAFF

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

Shades of Lavender #EDEAFF

Tints of Lavender #EDEAFF

Color information

#EDEAFF (or 0xEDEAFF) is unknown color: approx Lavender. HEX triplet: ED, EA and FF. RGB value is (237,234,255). Sum of RGB (Red+Green+Blue) = 237+234+255=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFF is #121500. Grayscale: #EDEDED. Windows color (decimal): -1185025 or 16771821. OLE color: 16771821.

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

Color convert

RGB237234255-
CMYK0.070.0800
HSL248.57º100%95.88%-
HSV(B)248.57º8.24%100%-
XYZ82.484.07106.49-
YUV237.29137.99127.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 234 (91.80% from 255) = 32.23%
BLUE value IS 255 (100% from 255) = 35.12%
R=32.64%
G=32.23%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372342550.070.0800248.5710095.88
HexEDEAFF7800f96460
Octal35535237771000371144140
Binary1110110111101010111111111111000001111100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAFF; }

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

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

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

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

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

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

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

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