#EEDDDA

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

Shades of Remy #EEDDDA

Tints of Remy #EEDDDA

Color information

#EEDDDA (or 0xEEDDDA) is unknown color: approx Remy. HEX triplet: EE, DD and DA. RGB value is (238,221,218). Sum of RGB (Red+Green+Blue) = 238+221+218=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDA is #112225. Grayscale: #E1E1E1. Windows color (decimal): -1122854 or 14343662. OLE color: 14343662.

HSL color Cylindrical-coordinate representation of color #EEDDDA: hue angle of 9º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDDDA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238221218-
CMYK00.070.080.07
HSL37.04%89.41%-
HSV(B)8.4%93.33%-
XYZ73.7774.9576.91-
YUV225.74123.63136.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=35.16%
G=32.64%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822121800.070.080.07937.0489.41
HexEEDDDA078792559
Octal356335332071071145131
Binary1110111011011101110110100111100011110011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDDA; }

 p { color: rgb(238,221,218); }

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

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

 a { background-color: rgb(238,221,218); }

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

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

 span { border-color: rgb(238,221,218); }

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