#EDECDF

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

Shades of Rice Cake #EDECDF

Tints of Rice Cake #EDECDF

Color information

#EDECDF (or 0xEDECDF) is unknown color: approx Rice Cake. HEX triplet: ED, EC and DF. RGB value is (237,236,223). Sum of RGB (Red+Green+Blue) = 237+236+223=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDF is #121320. Grayscale: #EAEAEA. Windows color (decimal): -1184545 or 14675181. OLE color: 14675181.

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

Color convert

RGB237236223-
CMYK00.000.060.07
HSL55.71º28%90.2%-
HSV(B)55.71º5.91%92.94%-
XYZ78.2483.3281.77-
YUV234.82121.33129.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=34.05%
G=33.91%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723622300.000.060.0755.712890.2
HexEDECDF0067381c5a
Octal35535433700677034132
Binary11101101111011001101111100110111111000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECDF; }

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

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

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

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

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

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

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

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