#EDE3DC

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

Shades of Fantasy #EDE3DC

Tints of Fantasy #EDE3DC

Color information

#EDE3DC (or 0xEDE3DC) is unknown color: approx Fantasy. HEX triplet: ED, E3 and DC. RGB value is (237,227,220). Sum of RGB (Red+Green+Blue) = 237+227+220=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DC is #121C23. Grayscale: #E5E5E5. Windows color (decimal): -1186852 or 14476269. OLE color: 14476269.

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

Color convert

RGB237227220-
CMYK00.040.070.07
HSL24.71º32.08%89.61%-
HSV(B)24.71º7.17%92.94%-
XYZ75.3178.1178.82-
YUV229.19122.81133.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=34.65%
G=33.19%
B=32.16%

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
Decimal23722722000.040.070.0724.7132.0889.61
HexEDE3DC047719205a
Octal35534333404773140132
Binary1110110111100011110111000100111111110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3DC; }

 p { color: rgb(237,227,220); }

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

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

 a { background-color: rgb(237,227,220); }

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

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

 span { border-color: rgb(237,227,220); }

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