#EDE7DE

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

Shades of White Linen #EDE7DE

Tints of White Linen #EDE7DE

Color information

#EDE7DE (or 0xEDE7DE) is unknown color: approx White Linen. HEX triplet: ED, E7 and DE. RGB value is (237,231,222). Sum of RGB (Red+Green+Blue) = 237+231+222=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DE is #121821. Grayscale: #E7E7E7. Windows color (decimal): -1185826 or 14608365. OLE color: 14608365.

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

Color convert

RGB237231222-
CMYK00.030.060.07
HSL36º29.41%90%-
HSV(B)36º6.33%92.94%-
XYZ76.6980.4380.59-
YUV231.77122.49131.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=34.35%
G=33.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723122200.030.060.073629.4190
HexEDE7DE0367241d5a
Octal35534733603674435132
Binary111011011110011111011110011110111100100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7DE; }

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

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

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

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

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

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

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

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