#EDECE1

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

Shades of Rice Cake #EDECE1

Tints of Rice Cake #EDECE1

Color information

#EDECE1 (or 0xEDECE1) is unknown color: approx Rice Cake. HEX triplet: ED, EC and E1. RGB value is (237,236,225). Sum of RGB (Red+Green+Blue) = 237+236+225=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE1 is #12131E. Grayscale: #EBEBEB. Windows color (decimal): -1184543 or 14806253. OLE color: 14806253.

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

Color convert

RGB237236225-
CMYK00.000.050.07
HSL55º25%90.59%-
HSV(B)55º5.06%92.94%-
XYZ78.5183.4383.2-
YUV235.04122.33129.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 225 (88.28% from 255) = 32.23%
R=33.95%
G=33.81%
B=32.23%

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
Decimal23723622500.000.050.07552590.59
HexEDECE1005737195b
Octal35535434100576731133
Binary11101101111011001110000100101111110111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE1; }

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

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

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

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

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

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

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

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