#EDEFFB

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

Shades of Lavender #EDEFFB

Tints of Lavender #EDEFFB

Color information

#EDEFFB (or 0xEDEFFB) is unknown color: approx Lavender. HEX triplet: ED, EF and FB. RGB value is (237,239,251). Sum of RGB (Red+Green+Blue) = 237+239+251=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFB is #121004. Grayscale: #EFEFEF. Windows color (decimal): -1183749 or 16510957. OLE color: 16510957.

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

Color convert

RGB237239251-
CMYK0.060.0500.02
HSL231.43º63.64%95.69%-
HSV(B)231.43º5.58%98.43%-
XYZ83.286.7103.62-
YUV239.77134.34126.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 239 (93.75% from 255) = 32.87%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=32.60%
G=32.87%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372392510.060.0500.02231.4363.6495.69
HexEDEFFB6502e74060
Octal3553573736502347100140
Binary1110110111101111111110111101010101110011110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFFB; }

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

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

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

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

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

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

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

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