#EFE2EC

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

Shades of Snuff #EFE2EC

Tints of Snuff #EFE2EC

Color information

#EFE2EC (or 0xEFE2EC) is unknown color: approx Snuff. HEX triplet: EF, E2 and EC. RGB value is (239,226,236). Sum of RGB (Red+Green+Blue) = 239+226+236=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EC is #101D13. Grayscale: #E7E7E7. Windows color (decimal): -1056020 or 15524591. OLE color: 15524591.

HSL color Cylindrical-coordinate representation of color #EFE2EC: hue angle of 313.85º degrees, saturation: 0.29, 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 #EFE2EC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239226236-
CMYK00.050.010.06
HSL313.85º28.89%91.18%-
HSV(B)313.85º5.44%93.73%-
XYZ77.9378.890.46-
YUV231.03130.81133.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=34.09%
G=32.24%
B=33.67%

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
Decimal23922623600.050.010.06313.8528.8991.18
HexEFE2EC051613a1d5b
Octal357342354051647235133
Binary11101111111000101110110001011110100111010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2EC; }

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

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

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

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

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

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

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

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