#EDE2CE

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

Shades of Bleach White #EDE2CE

Tints of Bleach White #EDE2CE

Color information

#EDE2CE (or 0xEDE2CE) is unknown color: approx Bleach White. HEX triplet: ED, E2 and CE. RGB value is (237,226,206). Sum of RGB (Red+Green+Blue) = 237+226+206=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2CE is #121D31. Grayscale: #E3E3E3. Windows color (decimal): -1187122 or 13558509. OLE color: 13558509.

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

Color convert

RGB237226206-
CMYK00.050.130.07
HSL38.71º46.27%86.86%-
HSV(B)38.71º13.08%92.94%-
XYZ73.2676.8569.37-
YUV227.01116.14135.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=35.43%
G=33.78%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722620600.050.130.0738.7146.2786.86
HexEDE2CE05D7272e57
Octal355342316051574756127
Binary111011011110001011001110010111011111001111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2CE; }

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

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

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

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

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

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

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

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