#EEDEE3

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

Shades of Amour #EEDEE3

Tints of Amour #EEDEE3

Color information

#EEDEE3 (or 0xEEDEE3) is unknown color: approx Amour. HEX triplet: EE, DE and E3. RGB value is (238,222,227). Sum of RGB (Red+Green+Blue) = 238+222+227=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE3 is #11211C. Grayscale: #E3E3E3. Windows color (decimal): -1122589 or 14933742. OLE color: 14933742.

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

Color convert

RGB238222227-
CMYK00.070.050.07
HSL341.25º32%90.2%-
HSV(B)341.25º6.72%93.33%-
XYZ75.2575.9783.37-
YUV227.35127.8135.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=34.64%
G=32.31%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822222700.070.050.07341.253290.2
HexEEDEE30757155205a
Octal356336343075752540132
Binary11101110110111101110001101111011111010101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEE3; }

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

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

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

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

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

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

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

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