#EDEDFB

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

Shades of Lavender #EDEDFB

Tints of Lavender #EDEDFB

Color information

#EDEDFB (or 0xEDEDFB) is unknown color: approx Lavender. HEX triplet: ED, ED and FB. RGB value is (237,237,251). Sum of RGB (Red+Green+Blue) = 237+237+251=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFB is #121204. Grayscale: #EEEEEE. Windows color (decimal): -1184261 or 16510445. OLE color: 16510445.

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

Color convert

RGB237237251-
CMYK0.060.0600.02
HSL240º63.64%95.69%-
HSV(B)240º5.58%98.43%-
XYZ82.6285.54103.42-
YUV238.6135126.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.69%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372372510.060.0600.0224063.6495.69
HexEDEDFB6602f04060
Octal3553553736602360100140
Binary1110110111101101111110111101100101111000010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDFB; }

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

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

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

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

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

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

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

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