#EEEBDE

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

Shades of Rice Cake #EEEBDE

Tints of Rice Cake #EEEBDE

Color information

#EEEBDE (or 0xEEEBDE) is unknown color: approx Rice Cake. HEX triplet: EE, EB and DE. RGB value is (238,235,222). Sum of RGB (Red+Green+Blue) = 238+235+222=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBDE is #111421. Grayscale: #EAEAEA. Windows color (decimal): -1119266 or 14609390. OLE color: 14609390.

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

Color convert

RGB238235222-
CMYK00.010.070.07
HSL48.75º32%90.2%-
HSV(B)48.75º6.72%93.33%-
XYZ78.1582.8780.98-
YUV234.41120.99130.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=34.24%
G=33.81%
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
Decimal23823522200.010.070.0748.753290.2
HexEEEBDE017731205a
Octal35635333601776140132
Binary111011101110101111011110011111111100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBDE; }

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

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

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

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

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

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

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

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