#EFC6EF

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

Shades of Snuff #EFC6EF

Tints of Snuff #EFC6EF

Color information

#EFC6EF (or 0xEFC6EF) is unknown color: approx Snuff. HEX triplet: EF, C6 and EF. RGB value is (239,198,239). Sum of RGB (Red+Green+Blue) = 239+198+239=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6EF is #103910. Grayscale: #D6D6D6. Windows color (decimal): -1063185 or 15714031. OLE color: 15714031.

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

Color convert

RGB239198239-
CMYK00.1700.06
HSL300º56.16%85.69%-
HSV(B)300º17.15%93.73%-
XYZ71.3764.9790.44-
YUV214.93141.58145.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 198 (77.73% from 255) = 29.29%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=35.36%
G=29.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919823900.1700.0630056.1685.69
HexEFC6EF0110612c3856
Octal3573063570210645470126
Binary11101111110001101110111101000101101001011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6EF; }

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

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

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

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

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

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

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

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