#EEE5DE

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

Shades of Fantasy #EEE5DE

Tints of Fantasy #EEE5DE

Color information

#EEE5DE (or 0xEEE5DE) is unknown color: approx Fantasy. HEX triplet: EE, E5 and DE. RGB value is (238,229,222). Sum of RGB (Red+Green+Blue) = 238+229+222=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5DE is #111A21. Grayscale: #E6E6E6. Windows color (decimal): -1120802 or 14607854. OLE color: 14607854.

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

Color convert

RGB238229222-
CMYK00.040.070.07
HSL26.25º32%90.2%-
HSV(B)26.25º6.72%93.33%-
XYZ76.4679.4980.42-
YUV230.89122.98133.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 222 (87.11% from 255) = 32.22%
R=34.54%
G=33.24%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822922200.040.070.0726.253290.2
HexEEE5DE04771a205a
Octal35634533604773240132
Binary1110111011100101110111100100111111110101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5DE; }

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

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

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

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

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

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

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

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