#EDE4DD

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

Shades of Fantasy #EDE4DD

Tints of Fantasy #EDE4DD

Color information

#EDE4DD (or 0xEDE4DD) is unknown color: approx Fantasy. HEX triplet: ED, E4 and DD. RGB value is (237,228,221). Sum of RGB (Red+Green+Blue) = 237+228+221=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DD is #121B22. Grayscale: #E5E5E5. Windows color (decimal): -1186595 or 14542061. OLE color: 14542061.

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

Color convert

RGB237228221-
CMYK00.040.070.07
HSL26.25º30.77%89.8%-
HSV(B)26.25º6.75%92.94%-
XYZ75.7278.7179.61-
YUV229.89122.98133.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=34.55%
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
Decimal23722822100.040.070.0726.2530.7789.8
HexEDE4DD04771a1f5a
Octal35534433504773237132
Binary111011011110010011011101010011111111010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4DD; }

 p { color: rgb(237,228,221); }

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

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

 a { background-color: rgb(237,228,221); }

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

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

 span { border-color: rgb(237,228,221); }

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