#EFDFE4

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

Shades of Amour #EFDFE4

Tints of Amour #EFDFE4

Color information

#EFDFE4 (or 0xEFDFE4) is unknown color: approx Amour. HEX triplet: EF, DF and E4. RGB value is (239,223,228). Sum of RGB (Red+Green+Blue) = 239+223+228=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFE4 is #10201B. Grayscale: #E4E4E4. Windows color (decimal): -1056796 or 14999535. OLE color: 14999535.

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

Color convert

RGB239223228-
CMYK00.070.050.06
HSL341.25º33.33%90.59%-
HSV(B)341.25º6.69%93.73%-
XYZ75.9976.7384.2-
YUV228.35127.8135.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 228 (89.45% from 255) = 33.04%
R=34.64%
G=32.32%
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.06
SystemRedGreenBlueCMYKHSL
Decimal23922322800.070.050.06341.2533.3390.59
HexEFDFE40756155215b
Octal357337344075652541133
Binary11101111110111111110010001111011101010101011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFE4; }

 p { color: rgb(239,223,228); }

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

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

 a { background-color: rgb(239,223,228); }

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

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

 span { border-color: rgb(239,223,228); }

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