#EEEBDC

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

Shades of Rice Cake #EEEBDC

Tints of Rice Cake #EEEBDC

Color information

#EEEBDC (or 0xEEEBDC) is unknown color: approx Rice Cake. HEX triplet: EE, EB and DC. RGB value is (238,235,220). Sum of RGB (Red+Green+Blue) = 238+235+220=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEBDC is #111423. Grayscale: #EAEAEA. Windows color (decimal): -1119268 or 14478318. OLE color: 14478318.

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

Color convert

RGB238235220-
CMYK00.010.080.07
HSL50º34.62%89.8%-
HSV(B)50º7.56%93.33%-
XYZ77.8982.7679.58-
YUV234.19119.99130.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=34.34%
G=33.91%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823522000.010.080.075034.6289.8
HexEEEBDC018732235a
Octal356353334011076243132
Binary1110111011101011110111000110001111100101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBDC; }

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

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

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

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

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

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

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

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