#EDDDE3

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

Shades of Amour #EDDDE3

Tints of Amour #EDDDE3

Color information

#EDDDE3 (or 0xEDDDE3) is unknown color: approx Amour. HEX triplet: ED, DD and E3. RGB value is (237,221,227). Sum of RGB (Red+Green+Blue) = 237+221+227=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDE3 is #12221C. Grayscale: #E2E2E2. Windows color (decimal): -1188381 or 14933485. OLE color: 14933485.

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

Color convert

RGB237221227-
CMYK00.070.040.07
HSL337.5º30.77%89.8%-
HSV(B)337.5º6.75%92.94%-
XYZ74.6575.2683.27-
YUV226.47128.3135.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=34.60%
G=32.26%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722122700.070.040.07337.530.7789.8
HexEDDDE307471521f5a
Octal355335343074752237132
Binary1110110111011101111000110111100111101010010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDE3; }

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

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

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

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

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

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

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

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