#EDE7DB

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

Shades of White Linen #EDE7DB

Tints of White Linen #EDE7DB

Color information

#EDE7DB (or 0xEDE7DB) is unknown color: approx White Linen. HEX triplet: ED, E7 and DB. RGB value is (237,231,219). Sum of RGB (Red+Green+Blue) = 237+231+219=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DB is #121824. Grayscale: #E7E7E7. Windows color (decimal): -1185829 or 14411757. OLE color: 14411757.

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

Color convert

RGB237231219-
CMYK00.030.080.07
HSL40º33.33%89.41%-
HSV(B)40º7.59%92.94%-
XYZ76.2980.2778.49-
YUV231.43120.99131.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=34.50%
G=33.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723121900.030.080.074033.3389.41
HexEDE7DB0387282159
Octal355347333031075041131
Binary11101101111001111101101101110001111010001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7DB; }

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

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

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

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

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

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

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

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