#EFDFE6

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

Shades of Amour #EFDFE6

Tints of Amour #EFDFE6

Color information

#EFDFE6 (or 0xEFDFE6) is unknown color: approx Amour. HEX triplet: EF, DF and E6. RGB value is (239,223,230). Sum of RGB (Red+Green+Blue) = 239+223+230=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFE6 is #102019. Grayscale: #E4E4E4. Windows color (decimal): -1056794 or 15130607. OLE color: 15130607.

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

Color convert

RGB239223230-
CMYK00.070.040.06
HSL333.75º33.33%90.59%-
HSV(B)333.75º6.69%93.73%-
XYZ76.2776.8485.67-
YUV228.58128.8135.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 223 (87.5% from 255) = 32.23%
BLUE value IS 230 (90.23% from 255) = 33.24%
R=34.54%
G=32.23%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922323000.070.040.06333.7533.3390.59
HexEFDFE6074614e215b
Octal357337346074651641133
Binary11101111110111111110011001111001101010011101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFE6; }

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

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

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

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

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

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

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

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