#EDE1CB

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

Shades of Bleach White #EDE1CB

Tints of Bleach White #EDE1CB

Color information

#EDE1CB (or 0xEDE1CB) is unknown color: approx Bleach White. HEX triplet: ED, E1 and CB. RGB value is (237,225,203). Sum of RGB (Red+Green+Blue) = 237+225+203=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1CB is #121E34. Grayscale: #E2E2E2. Windows color (decimal): -1187381 or 13361645. OLE color: 13361645.

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

Color convert

RGB237225203-
CMYK00.050.140.07
HSL38.82º48.57%86.27%-
HSV(B)38.82º14.35%92.94%-
XYZ72.6376.1767.37-
YUV226.08114.98135.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=35.64%
G=33.83%
B=30.53%

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
Decimal23722520300.050.140.0738.8248.5786.27
HexEDE1CB05E7273156
Octal355341313051674761126
Binary111011011110000111001011010111101111001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1CB; }

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

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

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

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

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

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

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

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