#EDE6E9

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

Shades of Amour #EDE6E9

Tints of Amour #EDE6E9

Color information

#EDE6E9 (or 0xEDE6E9) is unknown color: approx Amour. HEX triplet: ED, E6 and E9. RGB value is (237,230,233). Sum of RGB (Red+Green+Blue) = 237+230+233=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6E9 is #121916. Grayscale: #E8E8E8. Windows color (decimal): -1186071 or 15329005. OLE color: 15329005.

HSL color Cylindrical-coordinate representation of color #EDE6E9: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE6E9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237230233-
CMYK00.030.020.07
HSL334.29º16.28%91.57%-
HSV(B)334.29º2.95%92.94%-
XYZ77.9380.4888.52-
YUV232.44128.32131.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 230 (90.23% from 255) = 32.86%
BLUE value IS 233 (91.41% from 255) = 33.29%
R=33.86%
G=32.86%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723023300.030.020.07334.2916.2891.57
HexEDE6E9032714e105c
Octal355346351032751620134
Binary11101101111001101110100101110111101001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6E9; }

 p { color: rgb(237,230,233); }

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

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

 a { background-color: rgb(237,230,233); }

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

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

 span { border-color: rgb(237,230,233); }

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