#EDE8DF

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

Shades of White Linen #EDE8DF

Tints of White Linen #EDE8DF

Color information

#EDE8DF (or 0xEDE8DF) is unknown color: approx White Linen. HEX triplet: ED, E8 and DF. RGB value is (237,232,223). Sum of RGB (Red+Green+Blue) = 237+232+223=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DF is #121720. Grayscale: #E8E8E8. Windows color (decimal): -1185569 or 14674157. OLE color: 14674157.

HSL color Cylindrical-coordinate representation of color #EDE8DF: hue angle of 38.57º degrees, saturation: 0.28, 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 #EDE8DF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237232223-
CMYK00.020.060.07
HSL38.57º28%90.2%-
HSV(B)38.57º5.91%92.94%-
XYZ77.181.0581.39-
YUV232.47122.66131.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 232 (91.02% from 255) = 33.53%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=34.25%
G=33.53%
B=32.23%

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
Decimal23723222300.020.060.0738.572890.2
HexEDE8DF0267271c5a
Octal35535033702674734132
Binary111011011110100011011111010110111100111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8DF; }

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

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

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

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

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

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

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

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