Html Css Color HEX #EDE7DC White Linen

📋 copy color: '#EDE7DC'

red 237 ◦ green 231 ◦ blue 220

#EDE7DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Linen #EDE7DC

Tints of White Linen #EDE7DC

RGB

 RED value IS 237 (92.97% from 255) = 34.45%

 GREEN value IS 231 (90.63% 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 value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE7DC (or 0xEDE7DC) is known color: 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

RGB 237 231 220 -
CMYK 0 0.03 0.07 0.07
HSL 38.82º 0.32% 0.9% -
HSV(B) 38.82º 0.07% 0.93% -
XYZ 76.42 80.32 79.19 -
YUV 231.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 237 231 220 0 0.03 0.07 0.07 38.82 0.32 0.9
Hex ED E7 DC 0 3 7 7 27 20 5A
Octal 355 347 334 0 3 7 7 47 40 132
Binary 11101101 11100111 11011100 0 11 111 111 100111 100000 1011010

Color Harmonies of #EDE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7DC

Black with #EDE7DC

Text Example


Text Example

White with #EDE7DC

Text Example


Text Example

HTML Codes & Css Web 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>