Html Css Color HEX #EDE8DE White Linen

📋 copy color: '#EDE8DE'

red 237 ◦ green 232 ◦ blue 222

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

Shades of White Linen #EDE8DE

Tints of White Linen #EDE8DE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.57%

 BLUE value IS 222 (87.11% from 255) = 32.13%

R = 34.3%
G = 33.57%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE8DE (or 0xEDE8DE) is known color: White Linen. HEX triplet: ED, E8 and DE. RGB value is (237,232,222). Sum of RGB (Red+Green+Blue) = 237+232+222=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8DE is #121721. Grayscale: #E8E8E8. Windows color (decimal): -1185570 or 14608621. OLE color: 14608621.

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

Color convert

RGB 237 232 222 -
CMYK 0 0.02 0.06 0.07
HSL 40º 0.29% 0.9% -
HSV(B) 40º 0.06% 0.93% -
XYZ 76.97 80.99 80.68 -
YUV 232.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 237 232 222 0 0.02 0.06 0.07 40 0.29 0.9
Hex ED E8 DE 0 2 6 7 28 1D 5A
Octal 355 350 336 0 2 6 7 50 35 132
Binary 11101101 11101000 11011110 0 10 110 111 101000 11101 1011010

Color Harmonies of #EDE8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8DE

Black with #EDE8DE

Text Example


Text Example

White with #EDE8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8DE; }

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

 H1.HeaderClassName
 {
   color: #EDE8DE;
 }
 .AnyTagClassName
 {
   color: #EDE8DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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