Html Css Color HEX #EDE6DC White Linen

📋 copy color: '#EDE6DC'

red 237 ◦ green 230 ◦ blue 220

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

Shades of White Linen #EDE6DC

Tints of White Linen #EDE6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.48%

 BLUE value IS 220 (86.33% from 255) = 32.02%

R = 34.5%
G = 33.48%
B = 32.02%

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

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

RGB 237 230 220 -
CMYK 0 0.03 0.07 0.07
HSL 35.29º 0.32% 0.9% -
HSV(B) 35.29º 0.07% 0.93% -
XYZ 76.14 79.77 79.09 -
YUV 230.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 237 230 220 0 0.03 0.07 0.07 35.29 0.32 0.9
Hex ED E6 DC 0 3 7 7 23 20 5A
Octal 355 346 334 0 3 7 7 43 40 132
Binary 11101101 11100110 11011100 0 11 111 111 100011 100000 1011010

Color Harmonies of #EDE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6DC

Black with #EDE6DC

Text Example


Text Example

White with #EDE6DC

Text Example


Text Example

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