#EDE0CC

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

Shades of Bleach White #EDE0CC

Tints of Bleach White #EDE0CC

Color information

#EDE0CC (or 0xEDE0CC) is unknown color: approx Bleach White. HEX triplet: ED, E0 and CC. RGB value is (237,224,204). Sum of RGB (Red+Green+Blue) = 237+224+204=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CC is #121F33. Grayscale: #E1E1E1. Windows color (decimal): -1187636 or 13426925. OLE color: 13426925.

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

Color convert

RGB237224204-
CMYK00.050.140.07
HSL36.36º47.83%86.47%-
HSV(B)36.36º13.92%92.94%-
XYZ72.4875.6867.91-
YUV225.61115.81136.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=35.64%
G=33.68%
B=30.68%

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
Decimal23722420400.050.140.0736.3647.8386.47
HexEDE0CC05E7243056
Octal355340314051674460126
Binary111011011110000011001100010111101111001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0CC; }

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

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

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

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

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

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

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

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