#EDDEE2

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

Shades of Amour #EDDEE2

Tints of Amour #EDDEE2

Color information

#EDDEE2 (or 0xEDDEE2) is unknown color: approx Amour. HEX triplet: ED, DE and E2. RGB value is (237,222,226). Sum of RGB (Red+Green+Blue) = 237+222+226=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE2 is #12211D. Grayscale: #E2E2E2. Windows color (decimal): -1188126 or 14868205. OLE color: 14868205.

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

Color convert

RGB237222226-
CMYK00.060.050.07
HSL344º29.41%90%-
HSV(B)344º6.33%92.94%-
XYZ74.7775.7482.63-
YUV226.94127.47135.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=34.60%
G=32.41%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722222600.060.050.0734429.4190
HexEDDEE206571581d5a
Octal355336342065753035132
Binary1110110111011110111000100110101111101011000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEE2; }

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

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

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

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

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

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

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

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