#EFCFEC

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

Shades of Snuff #EFCFEC

Tints of Snuff #EFCFEC

Color information

#EFCFEC (or 0xEFCFEC) is unknown color: approx Snuff. HEX triplet: EF, CF and EC. RGB value is (239,207,236). Sum of RGB (Red+Green+Blue) = 239+207+236=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFEC is #103013. Grayscale: #DBDBDB. Windows color (decimal): -1060884 or 15519727. OLE color: 15519727.

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

Color convert

RGB239207236-
CMYK00.130.010.06
HSL305.62º50%87.45%-
HSV(B)305.62º13.39%93.73%-
XYZ73.0569.0388.83-
YUV219.87137.1141.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=35.04%
G=30.35%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920723600.130.010.06305.625087.45
HexEFCFEC0D161323257
Octal3573173540151646262127
Binary1110111111001111111011000110111101001100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFEC; }

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

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

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

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

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

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

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

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