#EDEDFF

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

Shades of Lavender #EDEDFF

Tints of Lavender #EDEDFF

Color information

#EDEDFF (or 0xEDEDFF) is unknown color: approx Lavender. HEX triplet: ED, ED and FF. RGB value is (237,237,255). Sum of RGB (Red+Green+Blue) = 237+237+255=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFF is #121200. Grayscale: #EEEEEE. Windows color (decimal): -1184257 or 16772589. OLE color: 16772589.

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

Color convert

RGB237237255-
CMYK0.070.0700
HSL240º100%96.47%-
HSV(B)240º7.06%100%-
XYZ83.2685.79106.78-
YUV239.05137126.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 237 (92.97% from 255) = 32.51%
BLUE value IS 255 (100% from 255) = 34.98%
R=32.51%
G=32.51%
B=34.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372372550.070.070024010096.47
HexEDEDFF7700f06460
Octal3553553777700360144140
Binary111011011110110111111111111111001111000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDFF; }

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

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

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

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

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

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

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

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