#EEEDDE

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

Shades of Rice Cake #EEEDDE

Tints of Rice Cake #EEEDDE

Color information

#EEEDDE (or 0xEEEDDE) is unknown color: approx Rice Cake. HEX triplet: EE, ED and DE. RGB value is (238,237,222). Sum of RGB (Red+Green+Blue) = 238+237+222=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDDE is #111221. Grayscale: #EBEBEB. Windows color (decimal): -1118754 or 14609902. OLE color: 14609902.

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

Color convert

RGB238237222-
CMYK00.000.070.07
HSL56.25º32%90.2%-
HSV(B)56.25º6.72%93.33%-
XYZ78.7384.0281.18-
YUV235.59120.33129.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=34.15%
G=34.00%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823722200.000.070.0756.253290.2
HexEEEDDE007738205a
Octal35635533600777040132
Binary111011101110110111011110001111111110001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDDE; }

 p { color: rgb(238,237,222); }

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

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

 a { background-color: rgb(238,237,222); }

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

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

 span { border-color: rgb(238,237,222); }

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