#EFDDE3

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

Shades of Amour #EFDDE3

Tints of Amour #EFDDE3

Color information

#EFDDE3 (or 0xEFDDE3) is unknown color: approx Amour. HEX triplet: EF, DD and E3. RGB value is (239,221,227). Sum of RGB (Red+Green+Blue) = 239+221+227=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDE3 is #10221C. Grayscale: #E3E3E3. Windows color (decimal): -1057309 or 14933487. OLE color: 14933487.

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

Color convert

RGB239221227-
CMYK00.080.050.06
HSL340º36%90.2%-
HSV(B)340º7.53%93.73%-
XYZ75.3275.6183.3-
YUV227.07127.96136.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=34.79%
G=32.17%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922122700.080.050.063403690.2
HexEFDDE30856154245a
Octal3573353430105652444132
Binary111011111101110111100011010001011101010101001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDE3; }

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

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

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

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

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

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

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

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