#EDEBEF

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

Shades of White Lilac #EDEBEF

Tints of White Lilac #EDEBEF

Color information

#EDEBEF (or 0xEDEBEF) is unknown color: approx White Lilac. HEX triplet: ED, EB and EF. RGB value is (237,235,239). Sum of RGB (Red+Green+Blue) = 237+235+239=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDEBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBEF is #121410. Grayscale: #ECECEC. Windows color (decimal): -1184785 or 15723501. OLE color: 15723501.

HSL color Cylindrical-coordinate representation of color #EDEBEF: hue angle of 270º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEBEF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237235239-
CMYK0.010.0200.06
HSL270º11.11%92.94%-
HSV(B)270º1.67%93.73%-
XYZ80.2183.6593.58-
YUV236.05129.66128.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 239 (93.75% from 255) = 33.61%
R=33.33%
G=33.05%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372352390.010.0200.0627011.1192.94
HexEDEBEF120610eb5d
Octal355353357120641613135
Binary111011011110101111101111110011010000111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBEF; }

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

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

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

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

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

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

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

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