#EDEAEE

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

Shades of White Lilac #EDEAEE

Tints of White Lilac #EDEAEE

Color information

#EDEAEE (or 0xEDEAEE) is unknown color: approx White Lilac. HEX triplet: ED, EA and EE. RGB value is (237,234,238). Sum of RGB (Red+Green+Blue) = 237+234+238=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAEE is #121511. Grayscale: #EBEBEB. Windows color (decimal): -1185042 or 15657709. OLE color: 15657709.

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

Color convert

RGB237234238-
CMYK0.000.0200.07
HSL285º10.53%92.55%-
HSV(B)285º1.68%93.33%-
XYZ79.7883.0292.71-
YUV235.35129.49129.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=33.43%
G=33.00%
B=33.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372342380.000.0200.0728510.5392.55
HexEDEAEE020711db5d
Octal355352356020743513135
Binary111011011110101011101110010011110001110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAEE; }

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

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

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

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

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

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

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

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