#EDE6DC

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

Shades of White Linen #EDE6DC

Tints of White Linen #EDE6DC

Color information

#EDE6DC (or 0xEDE6DC) is unknown color: approx White Linen. HEX triplet: ED, E6 and DC. RGB value is (237,230,220). Sum of RGB (Red+Green+Blue) = 237+230+220=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DC is #121923. Grayscale: #E6E6E6. Windows color (decimal): -1186084 or 14477037. OLE color: 14477037.

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

Color convert

RGB237230220-
CMYK00.030.070.07
HSL35.29º32.08%89.61%-
HSV(B)35.29º7.17%92.94%-
XYZ76.1479.7779.09-
YUV230.95121.82132.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=34.50%
G=33.48%
B=32.02%

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
Decimal23723022000.030.070.0735.2932.0889.61
HexEDE6DC037723205a
Octal35534633403774340132
Binary1110110111100110110111000111111111000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6DC; }

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

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

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

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

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

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

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

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