#EFE6EB

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

Shades of Amour #EFE6EB

Tints of Amour #EFE6EB

Color information

#EFE6EB (or 0xEFE6EB) is unknown color: approx Amour. HEX triplet: EF, E6 and EB. RGB value is (239,230,235). Sum of RGB (Red+Green+Blue) = 239+230+235=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6EB is #101914. Grayscale: #E9E9E9. Windows color (decimal): -1054997 or 15460079. OLE color: 15460079.

HSL color Cylindrical-coordinate representation of color #EFE6EB: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE6EB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239230235-
CMYK00.040.020.06
HSL326.67º21.95%91.96%-
HSV(B)326.67º3.77%93.73%-
XYZ78.8980.9490.06-
YUV233.26128.98132.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 230 (90.23% from 255) = 32.67%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=33.95%
G=32.67%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923023500.040.020.06326.6721.9591.96
HexEFE6EB0426147165c
Octal357346353042650726134
Binary111011111110011011101011010010110101000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6EB; }

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

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

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

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

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

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

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

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