#EEECDB

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

Shades of Rice Cake #EEECDB

Tints of Rice Cake #EEECDB

Color information

#EEECDB (or 0xEEECDB) is unknown color: approx Rice Cake. HEX triplet: EE, EC and DB. RGB value is (238,236,219). Sum of RGB (Red+Green+Blue) = 238+236+219=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECDB is #111324. Grayscale: #EAEAEA. Windows color (decimal): -1119013 or 14413038. OLE color: 14413038.

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

Color convert

RGB238236219-
CMYK00.010.080.07
HSL53.68º35.85%89.61%-
HSV(B)53.68º7.98%93.33%-
XYZ78.0483.2878.98-
YUV234.66119.16130.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 219 (85.94% from 255) = 31.60%
R=34.34%
G=34.05%
B=31.60%

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
Decimal23823621900.010.080.0753.6835.8589.61
HexEEECDB018736245a
Octal356354333011076644132
Binary1110111011101100110110110110001111101101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECDB; }

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

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

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

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

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

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

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

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