#EEE5DF

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

Shades of Fantasy #EEE5DF

Tints of Fantasy #EEE5DF

Color information

#EEE5DF (or 0xEEE5DF) is unknown color: approx Fantasy. HEX triplet: EE, E5 and DF. RGB value is (238,229,223). Sum of RGB (Red+Green+Blue) = 238+229+223=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5DF is #111A20. Grayscale: #E7E7E7. Windows color (decimal): -1120801 or 14673390. OLE color: 14673390.

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

Color convert

RGB238229223-
CMYK00.040.060.07
HSL24º30.61%90.39%-
HSV(B)24º6.3%93.33%-
XYZ76.679.5481.13-
YUV231.01123.48132.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=34.49%
G=33.19%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822922300.040.060.072430.6190.39
HexEEE5DF0467181f5a
Octal35634533704673037132
Binary111011101110010111011111010011011111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5DF; }

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

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

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

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

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

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

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

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