#EDE5DF

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

Shades of Fantasy #EDE5DF

Tints of Fantasy #EDE5DF

Color information

#EDE5DF (or 0xEDE5DF) is unknown color: approx Fantasy. HEX triplet: ED, E5 and DF. RGB value is (237,229,223). Sum of RGB (Red+Green+Blue) = 237+229+223=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5DF is #121A20. Grayscale: #E6E6E6. Windows color (decimal): -1186337 or 14673389. OLE color: 14673389.

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

Color convert

RGB237229223-
CMYK00.030.060.07
HSL25.71º28%90.2%-
HSV(B)25.71º5.91%92.94%-
XYZ76.2679.3781.11-
YUV230.71123.65132.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=34.40%
G=33.24%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722922300.030.060.0725.712890.2
HexEDE5DF03671a1c5a
Octal35534533703673234132
Binary11101101111001011101111101111011111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5DF; }

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

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

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

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

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

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

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

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