#EDEBE2

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

Shades of Rice Cake #EDEBE2

Tints of Rice Cake #EDEBE2

Color information

#EDEBE2 (or 0xEDEBE2) is unknown color: approx Rice Cake. HEX triplet: ED, EB and E2. RGB value is (237,235,226). Sum of RGB (Red+Green+Blue) = 237+235+226=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBE2 is #12141D. Grayscale: #EAEAEA. Windows color (decimal): -1184798 or 14871533. OLE color: 14871533.

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

Color convert

RGB237235226-
CMYK00.010.050.07
HSL49.09º23.4%90.78%-
HSV(B)49.09º4.64%92.94%-
XYZ78.3682.9183.83-
YUV234.57123.16129.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 226 (88.67% from 255) = 32.38%
R=33.95%
G=33.67%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723522600.010.050.0749.0923.490.78
HexEDEBE2015731175b
Octal35535334201576127133
Binary11101101111010111110001001101111110001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBE2; }

 p { color: rgb(237,235,226); }

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

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

 a { background-color: rgb(237,235,226); }

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

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

 span { border-color: rgb(237,235,226); }

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