#EDEADF

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

Shades of Rice Cake #EDEADF

Tints of Rice Cake #EDEADF

Color information

#EDEADF (or 0xEDEADF) is unknown color: approx Rice Cake. HEX triplet: ED, EA and DF. RGB value is (237,234,223). Sum of RGB (Red+Green+Blue) = 237+234+223=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADF is #121520. Grayscale: #E9E9E9. Windows color (decimal): -1185057 or 14674669. OLE color: 14674669.

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

Color convert

RGB237234223-
CMYK00.010.060.07
HSL47.14º28%90.2%-
HSV(B)47.14º5.91%92.94%-
XYZ77.6782.1881.58-
YUV233.64121.99130.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=34.15%
G=33.72%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723422300.010.060.0747.142890.2
HexEDEADF01672f1c5a
Octal35535233701675734132
Binary11101101111010101101111101110111101111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEADF; }

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

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

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

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

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

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

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

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