#EDE1CC

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

Shades of Bleach White #EDE1CC

Tints of Bleach White #EDE1CC

Color information

#EDE1CC (or 0xEDE1CC) is unknown color: approx Bleach White. HEX triplet: ED, E1 and CC. RGB value is (237,225,204). Sum of RGB (Red+Green+Blue) = 237+225+204=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CC is #121E33. Grayscale: #E2E2E2. Windows color (decimal): -1187380 or 13427181. OLE color: 13427181.

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

Color convert

RGB237225204-
CMYK00.050.140.07
HSL38.18º47.83%86.47%-
HSV(B)38.18º13.92%92.94%-
XYZ72.7576.2168-
YUV226.19115.48135.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=35.59%
G=33.78%
B=30.63%

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
Decimal23722520400.050.140.0738.1847.8386.47
HexEDE1CC05E7263056
Octal355341314051674660126
Binary111011011110000111001100010111101111001101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1CC; }

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

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

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

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

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

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

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

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