#EFE3EC

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

Shades of Snuff #EFE3EC

Tints of Snuff #EFE3EC

Color information

#EFE3EC (or 0xEFE3EC) is unknown color: approx Snuff. HEX triplet: EF, E3 and EC. RGB value is (239,227,236). Sum of RGB (Red+Green+Blue) = 239+227+236=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3EC is #101C13. Grayscale: #E7E7E7. Windows color (decimal): -1055764 or 15524847. OLE color: 15524847.

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

Color convert

RGB239227236-
CMYK00.050.010.06
HSL315º27.27%91.37%-
HSV(B)315º5.02%93.73%-
XYZ78.2179.3590.55-
YUV231.61130.48133.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 236 (92.58% from 255) = 33.62%
R=34.05%
G=32.34%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922723600.050.010.0631527.2791.37
HexEFE3EC051613b1b5b
Octal357343354051647333133
Binary11101111111000111110110001011110100111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3EC; }

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

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

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

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

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

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

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

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