#EDE8DD

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

Shades of White Linen #EDE8DD

Tints of White Linen #EDE8DD

Color information

#EDE8DD (or 0xEDE8DD) is unknown color: approx White Linen. HEX triplet: ED, E8 and DD. RGB value is (237,232,221). Sum of RGB (Red+Green+Blue) = 237+232+221=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DD is #121722. Grayscale: #E8E8E8. Windows color (decimal): -1185571 or 14543085. OLE color: 14543085.

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

Color convert

RGB237232221-
CMYK00.020.070.07
HSL41.25º30.77%89.8%-
HSV(B)41.25º6.75%92.94%-
XYZ76.8380.9479.98-
YUV232.24121.66131.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 221 (86.72% from 255) = 32.03%
R=34.35%
G=33.62%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723222100.020.070.0741.2530.7789.8
HexEDE8DD0277291f5a
Octal35535033502775137132
Binary111011011110100011011101010111111101001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8DD; }

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

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

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

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

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

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

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

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