#EEECE1

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

Shades of Rice Cake #EEECE1

Tints of Rice Cake #EEECE1

Color information

#EEECE1 (or 0xEEECE1) is unknown color: approx Rice Cake. HEX triplet: EE, EC and E1. RGB value is (238,236,225). Sum of RGB (Red+Green+Blue) = 238+236+225=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECE1 is #11131E. Grayscale: #EBEBEB. Windows color (decimal): -1119007 or 14806254. OLE color: 14806254.

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

Color convert

RGB238236225-
CMYK00.010.050.07
HSL50.77º27.66%90.78%-
HSV(B)50.77º5.46%93.33%-
XYZ78.8583.683.22-
YUV235.34122.16129.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 236 (92.58% from 255) = 33.76%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=34.05%
G=33.76%
B=32.19%

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
Decimal23823622500.010.050.0750.7727.6690.78
HexEEECE10157331c5b
Octal35635434101576334133
Binary11101110111011001110000101101111110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECE1; }

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

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

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

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

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

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

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

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