#EDECE2

Color #EDECE2 Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #EDECE2

Tints of Rice Cake #EDECE2

Color information

#EDECE2 (or 0xEDECE2) is unknown color: approx Rice Cake. HEX triplet: ED, EC and E2. RGB value is (237,236,226). Sum of RGB (Red+Green+Blue) = 237+236+226=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE2 is #12131D. Grayscale: #EBEBEB. Windows color (decimal): -1184542 or 14871789. OLE color: 14871789.

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

Color convert

RGB237236226-
CMYK00.000.050.07
HSL54.55º23.4%90.78%-
HSV(B)54.55º4.64%92.94%-
XYZ78.6583.4983.92-
YUV235.16122.83129.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 236 (92.58% from 255) = 33.76%
BLUE value IS 226 (88.67% from 255) = 32.33%
R=33.91%
G=33.76%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723622600.000.050.0754.5523.490.78
HexEDECE2005737175b
Octal35535434200576727133
Binary11101101111011001110001000101111110111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE2; }

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

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

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

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

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

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

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

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