#EFE7ED

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

Shades of Snuff #EFE7ED

Tints of Snuff #EFE7ED

Color information

#EFE7ED (or 0xEFE7ED) is unknown color: approx Snuff. HEX triplet: EF, E7 and ED. RGB value is (239,231,237). Sum of RGB (Red+Green+Blue) = 239+231+237=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7ED is #101812. Grayscale: #EAEAEA. Windows color (decimal): -1054739 or 15591407. OLE color: 15591407.

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

Color convert

RGB239231237-
CMYK00.030.010.06
HSL315º20%92.16%-
HSV(B)315º3.35%93.73%-
XYZ79.4681.6291.69-
YUV234.08129.65131.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=33.80%
G=32.67%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923123700.030.010.063152092.16
HexEFE7ED031613b145c
Octal357347355031647324134
Binary1110111111100111111011010111110100111011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7ED; }

 p { color: rgb(239,231,237); }

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

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

 a { background-color: rgb(239,231,237); }

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

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

 span { border-color: rgb(239,231,237); }

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