Html Css Color HEX #EDE7DB White Linen

📋 copy color: '#EDE7DB'

red 237 ◦ green 231 ◦ blue 219

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

Shades of White Linen #EDE7DB

Tints of White Linen #EDE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

 BLUE value IS 219 (85.94% from 255) = 31.88%

R = 34.5%
G = 33.62%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 237 231 219 -
CMYK 0 0.03 0.08 0.07
HSL 40º 0.33% 0.89% -
HSV(B) 40º 0.08% 0.93% -
XYZ 76.29 80.27 78.49 -
YUV 231.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 237 231 219 0 0.03 0.08 0.07 40 0.33 0.89
Hex ED E7 DB 0 3 8 7 28 21 59
Octal 355 347 333 0 3 10 7 50 41 131
Binary 11101101 11100111 11011011 0 11 1000 111 101000 100001 1011001

Color Harmonies of #EDE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7DB

Black with #EDE7DB

Text Example


Text Example

White with #EDE7DB

Text Example


Text Example

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