#EDE0CD

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

Shades of Bleach White #EDE0CD

Tints of Bleach White #EDE0CD

Color information

#EDE0CD (or 0xEDE0CD) is unknown color: approx Bleach White. HEX triplet: ED, E0 and CD. RGB value is (237,224,205). Sum of RGB (Red+Green+Blue) = 237+224+205=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CD is #121F32. Grayscale: #E1E1E1. Windows color (decimal): -1187635 or 13492461. OLE color: 13492461.

HSL color Cylindrical-coordinate representation of color #EDE0CD: hue angle of 35.63º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDE0CD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237224205-
CMYK00.050.140.07
HSL35.63º47.06%86.67%-
HSV(B)35.63º13.5%92.94%-
XYZ72.675.7268.55-
YUV225.72116.31136.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=35.59%
G=33.63%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722420500.050.140.0735.6347.0686.67
HexEDE0CD05E7242f57
Octal355340315051674457127
Binary111011011110000011001101010111101111001001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0CD; }

 p { color: rgb(237,224,205); }

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

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

 a { background-color: rgb(237,224,205); }

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

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

 span { border-color: rgb(237,224,205); }

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