#EFC2EF

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

Shades of Snuff #EFC2EF

Tints of Snuff #EFC2EF

Color information

#EFC2EF (or 0xEFC2EF) is unknown color: approx Snuff. HEX triplet: EF, C2 and EF. RGB value is (239,194,239). Sum of RGB (Red+Green+Blue) = 239+194+239=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2EF is #103D10. Grayscale: #D4D4D4. Windows color (decimal): -1064209 or 15713007. OLE color: 15713007.

HSL color Cylindrical-coordinate representation of color #EFC2EF: hue angle of 300º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC2EF is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239194239-
CMYK00.1900.06
HSL300º58.44%84.9%-
HSV(B)300º18.83%93.73%-
XYZ70.4763.1790.14-
YUV212.58142.91146.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 194 (76.17% from 255) = 28.87%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=35.57%
G=28.87%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919423900.1900.0630058.4484.9
HexEFC2EF0130612c3a55
Octal3573023570230645472125
Binary11101111110000101110111101001101101001011001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2EF; }

 p { color: rgb(239,194,239); }

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

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

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

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

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

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

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