#EDE7E8

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

Shades of Amour #EDE7E8

Tints of Amour #EDE7E8

Color information

#EDE7E8 (or 0xEDE7E8) is unknown color: approx Amour. HEX triplet: ED, E7 and E8. RGB value is (237,231,232). Sum of RGB (Red+Green+Blue) = 237+231+232=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 232 (91.02% from 255 or 33.14% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7E8 is #121817. Grayscale: #E8E8E8. Windows color (decimal): -1185816 or 15263725. OLE color: 15263725.

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

Color convert

RGB237231232-
CMYK00.030.020.07
HSL350º14.29%91.76%-
HSV(B)350º2.53%92.94%-
XYZ78.0780.9887.86-
YUV232.91127.49130.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 231 (90.62% from 255) = 33%
BLUE value IS 232 (91.02% from 255) = 33.14%
R=33.86%
G=33%
B=33.14%

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
Decimal23723123200.030.020.0735014.2991.76
HexEDE7E8032715ee5c
Octal355347350032753616134
Binary1110110111100111111010000111011110101111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7E8; }

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

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

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

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

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

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

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

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