#EEECDE

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

Shades of Rice Cake #EEECDE

Tints of Rice Cake #EEECDE

Color information

#EEECDE (or 0xEEECDE) is unknown color: approx Rice Cake. HEX triplet: EE, EC and DE. RGB value is (238,236,222). Sum of RGB (Red+Green+Blue) = 238+236+222=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECDE is #111321. Grayscale: #EBEBEB. Windows color (decimal): -1119010 or 14609646. OLE color: 14609646.

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

Color convert

RGB238236222-
CMYK00.010.070.07
HSL52.5º32%90.2%-
HSV(B)52.5º6.72%93.33%-
XYZ78.4483.4481.08-
YUV235120.66130.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=34.20%
G=33.91%
B=31.90%

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
Decimal23823622200.010.070.0752.53290.2
HexEEECDE017734205a
Octal35635433601776440132
Binary111011101110110011011110011111111101001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECDE; }

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

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

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

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

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

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

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

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