#EDE8DE

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

Shades of White Linen #EDE8DE

Tints of White Linen #EDE8DE

Color information

#EDE8DE (or 0xEDE8DE) is unknown color: approx White Linen. HEX triplet: ED, E8 and DE. RGB value is (237,232,222). Sum of RGB (Red+Green+Blue) = 237+232+222=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DE is #121721. Grayscale: #E8E8E8. Windows color (decimal): -1185570 or 14608621. OLE color: 14608621.

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

Color convert

RGB237232222-
CMYK00.020.060.07
HSL40º29.41%90%-
HSV(B)40º6.33%92.94%-
XYZ76.9780.9980.68-
YUV232.36122.16131.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=34.30%
G=33.57%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723222200.020.060.074029.4190
HexEDE8DE0267281d5a
Octal35535033602675035132
Binary111011011110100011011110010110111101000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8DE; }

 p { color: rgb(237,232,222); }

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

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

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

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

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

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

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