#EDDEE3

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

Shades of Amour #EDDEE3

Tints of Amour #EDDEE3

Color information

#EDDEE3 (or 0xEDDEE3) is unknown color: approx Amour. HEX triplet: ED, DE and E3. RGB value is (237,222,227). Sum of RGB (Red+Green+Blue) = 237+222+227=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE3 is #12211C. Grayscale: #E3E3E3. Windows color (decimal): -1188125 or 14933741. OLE color: 14933741.

HSL color Cylindrical-coordinate representation of color #EDDEE3: hue angle of 340º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDEE3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237222227-
CMYK00.060.040.07
HSL340º29.41%90%-
HSV(B)340º6.33%92.94%-
XYZ74.9175.7983.35-
YUV227.06127.97135.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=34.55%
G=32.36%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722222700.060.040.0734029.4190
HexEDDEE306471541d5a
Octal355336343064752435132
Binary1110110111011110111000110110100111101010100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEE3; }

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

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

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

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

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

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

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

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