#EDE9EB

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

Shades of Amour #EDE9EB

Tints of Amour #EDE9EB

Color information

#EDE9EB (or 0xEDE9EB) is unknown color: approx Amour. HEX triplet: ED, E9 and EB. RGB value is (237,233,235). Sum of RGB (Red+Green+Blue) = 237+233+235=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9EB is #121614. Grayscale: #EAEAEA. Windows color (decimal): -1185301 or 15460845. OLE color: 15460845.

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

Color convert

RGB237233235-
CMYK00.020.010.07
HSL330º10%92.16%-
HSV(B)330º1.69%92.94%-
XYZ79.0682.2890.31-
YUV234.42128.33129.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 233 (91.41% from 255) = 33.05%
BLUE value IS 235 (92.19% from 255) = 33.33%
R=33.62%
G=33.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723323500.020.010.073301092.16
HexEDE9EB021714aa5c
Octal355351353021751212134
Binary111011011110100111101011010111110100101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9EB; }

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

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

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

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

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

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

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

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