#EDE6E7

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

Shades of Amour #EDE6E7

Tints of Amour #EDE6E7

Color information

#EDE6E7 (or 0xEDE6E7) is unknown color: approx Amour. HEX triplet: ED, E6 and E7. RGB value is (237,230,231). Sum of RGB (Red+Green+Blue) = 237+230+231=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6E7 is #121918. Grayscale: #E8E8E8. Windows color (decimal): -1186073 or 15197933. OLE color: 15197933.

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

Color convert

RGB237230231-
CMYK00.030.030.07
HSL351.43º16.28%91.57%-
HSV(B)351.43º2.95%92.94%-
XYZ77.6580.3787.02-
YUV232.21127.32131.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 230 (90.23% from 255) = 32.95%
BLUE value IS 231 (90.62% from 255) = 33.09%
R=33.95%
G=32.95%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723023100.030.030.07351.4316.2891.57
HexEDE6E7033715f105c
Octal355346347033753720134
Binary11101101111001101110011101111111101011111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6E7; }

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

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

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

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

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

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

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

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