#EDE1CD

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

Shades of Bleach White #EDE1CD

Tints of Bleach White #EDE1CD

Color information

#EDE1CD (or 0xEDE1CD) is unknown color: approx Bleach White. HEX triplet: ED, E1 and CD. RGB value is (237,225,205). Sum of RGB (Red+Green+Blue) = 237+225+205=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CD is #121E32. Grayscale: #E2E2E2. Windows color (decimal): -1187379 or 13492717. OLE color: 13492717.

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

Color convert

RGB237225205-
CMYK00.050.140.07
HSL37.5º47.06%86.67%-
HSV(B)37.5º13.5%92.94%-
XYZ72.8776.2668.64-
YUV226.31115.98135.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=35.53%
G=33.73%
B=30.73%

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
Decimal23722520500.050.140.0737.547.0686.67
HexEDE1CD05E7262f57
Octal355341315051674657127
Binary111011011110000111001101010111101111001101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1CD; }

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

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

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

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

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

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

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

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