#EDE2CD

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

Shades of Bleach White #EDE2CD

Tints of Bleach White #EDE2CD

Color information

#EDE2CD (or 0xEDE2CD) is unknown color: approx Bleach White. HEX triplet: ED, E2 and CD. RGB value is (237,226,205). Sum of RGB (Red+Green+Blue) = 237+226+205=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2CD is #121D32. Grayscale: #E2E2E2. Windows color (decimal): -1187123 or 13492973. OLE color: 13492973.

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

Color convert

RGB237226205-
CMYK00.050.140.07
HSL39.38º47.06%86.67%-
HSV(B)39.38º13.5%92.94%-
XYZ73.1476.8168.73-
YUV226.9115.64135.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=35.48%
G=33.83%
B=30.69%

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
Decimal23722620500.050.140.0739.3847.0686.67
HexEDE2CD05E7272f57
Octal355342315051674757127
Binary111011011110001011001101010111101111001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2CD; }

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

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

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

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

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

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

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

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