#EDE0CB

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

Shades of Bleach White #EDE0CB

Tints of Bleach White #EDE0CB

Color information

#EDE0CB (or 0xEDE0CB) is unknown color: approx Bleach White. HEX triplet: ED, E0 and CB. RGB value is (237,224,203). Sum of RGB (Red+Green+Blue) = 237+224+203=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CB is #121F34. Grayscale: #E1E1E1. Windows color (decimal): -1187637 or 13361389. OLE color: 13361389.

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

Color convert

RGB237224203-
CMYK00.050.140.07
HSL37.06º48.57%86.27%-
HSV(B)37.06º14.35%92.94%-
XYZ72.3675.6367.28-
YUV225.49115.31136.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=35.69%
G=33.73%
B=30.57%

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
Decimal23722420300.050.140.0737.0648.5786.27
HexEDE0CB05E7253156
Octal355340313051674561126
Binary111011011110000011001011010111101111001011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0CB; }

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

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

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

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

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

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

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

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