#EDEADD

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

Shades of Rice Cake #EDEADD

Tints of Rice Cake #EDEADD

Color information

#EDEADD (or 0xEDEADD) is unknown color: approx Rice Cake. HEX triplet: ED, EA and DD. RGB value is (237,234,221). Sum of RGB (Red+Green+Blue) = 237+234+221=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADD is #121522. Grayscale: #E9E9E9. Windows color (decimal): -1185059 or 14543597. OLE color: 14543597.

HSL color Cylindrical-coordinate representation of color #EDEADD: hue angle of 48.75º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEADD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237234221-
CMYK00.010.070.07
HSL48.75º30.77%89.8%-
HSV(B)48.75º6.75%92.94%-
XYZ77.482.0780.17-
YUV233.42120.99130.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 221 (86.72% from 255) = 31.94%
R=34.25%
G=33.82%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723422100.010.070.0748.7530.7789.8
HexEDEADD0177311f5a
Octal35535233501776137132
Binary11101101111010101101110101111111110001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEADD; }

 p { color: rgb(237,234,221); }

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

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

 a { background-color: rgb(237,234,221); }

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

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

 span { border-color: rgb(237,234,221); }

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