#EDECE3

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

Shades of Rice Cake #EDECE3

Tints of Rice Cake #EDECE3

Color information

#EDECE3 (or 0xEDECE3) is unknown color: approx Rice Cake. HEX triplet: ED, EC and E3. RGB value is (237,236,227). Sum of RGB (Red+Green+Blue) = 237+236+227=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE3 is #12131C. Grayscale: #EBEBEB. Windows color (decimal): -1184541 or 14937325. OLE color: 14937325.

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

Color convert

RGB237236227-
CMYK00.000.040.07
HSL54º21.74%90.98%-
HSV(B)54º4.22%92.94%-
XYZ78.7983.5484.65-
YUV235.27123.33129.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=33.86%
G=33.71%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723622700.000.040.075421.7490.98
HexEDECE3004736165b
Octal35535434300476626133
Binary11101101111011001110001100100111110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE3; }

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

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

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

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

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

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

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

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