#EDECEE

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

Shades of White Lilac #EDECEE

Tints of White Lilac #EDECEE

Color information

#EDECEE (or 0xEDECEE) is unknown color: approx White Lilac. HEX triplet: ED, EC and EE. RGB value is (237,236,238). Sum of RGB (Red+Green+Blue) = 237+236+238=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEE is #121311. Grayscale: #ECECEC. Windows color (decimal): -1184530 or 15658221. OLE color: 15658221.

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

Color convert

RGB237236238-
CMYK0.000.0100.07
HSL270º5.56%92.94%-
HSV(B)270º0.84%93.33%-
XYZ80.3584.1792.9-
YUV236.53128.83128.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=33.33%
G=33.19%
B=33.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372362380.000.0100.072705.5692.94
HexEDECEE010710e65d
Octal35535435601074166135
Binary1110110111101100111011100101111000011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECEE; }

 p { color: rgb(237,236,238); }

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

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

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

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

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

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

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