#EEE1DE

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

Shades of Remy #EEE1DE

Tints of Remy #EEE1DE

Color information

#EEE1DE (or 0xEEE1DE) is unknown color: approx Remy. HEX triplet: EE, E1 and DE. RGB value is (238,225,222). Sum of RGB (Red+Green+Blue) = 238+225+222=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DE is #111E21. Grayscale: #E4E4E4. Windows color (decimal): -1121826 or 14606830. OLE color: 14606830.

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

Color convert

RGB238225222-
CMYK00.050.070.07
HSL11.25º32%90.2%-
HSV(B)11.25º6.72%93.33%-
XYZ75.3777.380.06-
YUV228.54124.31134.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=34.74%
G=32.85%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822522200.050.070.0711.253290.2
HexEEE1DE0577b205a
Octal35634133605771340132
Binary111011101110000111011110010111111110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1DE; }

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

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

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

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

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

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

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

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