#EEEDDF

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

Shades of Rice Cake #EEEDDF

Tints of Rice Cake #EEEDDF

Color information

#EEEDDF (or 0xEEEDDF) is unknown color: approx Rice Cake. HEX triplet: EE, ED and DF. RGB value is (238,237,223). Sum of RGB (Red+Green+Blue) = 238+237+223=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDDF is #111220. Grayscale: #EBEBEB. Windows color (decimal): -1118753 or 14675438. OLE color: 14675438.

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

Color convert

RGB238237223-
CMYK00.000.060.07
HSL56º30.61%90.39%-
HSV(B)56º6.3%93.33%-
XYZ78.8684.0781.88-
YUV235.7120.83129.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 223 (87.5% from 255) = 31.95%
R=34.10%
G=33.95%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823722300.000.060.075630.6190.39
HexEEEDDF0067381f5a
Octal35635533700677037132
Binary11101110111011011101111100110111111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDDF; }

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

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

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

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

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

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

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

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