#EDE7DC

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

Shades of White Linen #EDE7DC

Tints of White Linen #EDE7DC

Color information

#EDE7DC (or 0xEDE7DC) is unknown color: approx White Linen. HEX triplet: ED, E7 and DC. RGB value is (237,231,220). Sum of RGB (Red+Green+Blue) = 237+231+220=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DC is #121823. Grayscale: #E7E7E7. Windows color (decimal): -1185828 or 14477293. OLE color: 14477293.

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

Color convert

RGB237231220-
CMYK00.030.070.07
HSL38.82º32.08%89.61%-
HSV(B)38.82º7.17%92.94%-
XYZ76.4280.3279.19-
YUV231.54121.49131.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=34.45%
G=33.58%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723122000.030.070.0738.8232.0889.61
HexEDE7DC037727205a
Octal35534733403774740132
Binary1110110111100111110111000111111111001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7DC; }

 p { color: rgb(237,231,220); }

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

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

 a { background-color: rgb(237,231,220); }

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

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

 span { border-color: rgb(237,231,220); }

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