#EEE0DC

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

Shades of Remy #EEE0DC

Tints of Remy #EEE0DC

Color information

#EEE0DC (or 0xEEE0DC) is unknown color: approx Remy. HEX triplet: EE, E0 and DC. RGB value is (238,224,220). Sum of RGB (Red+Green+Blue) = 238+224+220=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DC is #111F23. Grayscale: #E3E3E3. Windows color (decimal): -1122084 or 14475502. OLE color: 14475502.

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

Color convert

RGB238224220-
CMYK00.060.080.07
HSL13.33º34.62%89.8%-
HSV(B)13.33º7.56%93.33%-
XYZ74.8376.6678.56-
YUV227.73123.64135.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=34.90%
G=32.84%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822422000.060.080.0713.3334.6289.8
HexEEE0DC0687d235a
Octal356340334061071543132
Binary1110111011100000110111000110100011111011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0DC; }

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

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

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

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

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

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

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

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