#EFE4EC

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

Shades of Snuff #EFE4EC

Tints of Snuff #EFE4EC

Color information

#EFE4EC (or 0xEFE4EC) is unknown color: approx Snuff. HEX triplet: EF, E4 and EC. RGB value is (239,228,236). Sum of RGB (Red+Green+Blue) = 239+228+236=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EC is #101B13. Grayscale: #E8E8E8. Windows color (decimal): -1055508 or 15525103. OLE color: 15525103.

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

Color convert

RGB239228236-
CMYK00.050.010.06
HSL316.36º25.58%91.57%-
HSV(B)316.36º4.6%93.73%-
XYZ78.4879.8990.64-
YUV232.2130.14132.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=34.00%
G=32.43%
B=33.57%

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
Decimal23922823600.050.010.06316.3625.5891.57
HexEFE4EC051613c1a5c
Octal357344354051647432134
Binary11101111111001001110110001011110100111100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4EC; }

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

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

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

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

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

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

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

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