#EFC3EF

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

Shades of Snuff #EFC3EF

Tints of Snuff #EFC3EF

Color information

#EFC3EF (or 0xEFC3EF) is unknown color: approx Snuff. HEX triplet: EF, C3 and EF. RGB value is (239,195,239). Sum of RGB (Red+Green+Blue) = 239+195+239=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EF is #103C10. Grayscale: #D5D5D5. Windows color (decimal): -1063953 or 15713263. OLE color: 15713263.

HSL color Cylindrical-coordinate representation of color #EFC3EF: 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.18%. Process color model (Four color, CMYK) of #EFC3EF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239195239-
CMYK00.1800.06
HSL300º57.89%85.1%-
HSV(B)300º18.41%93.73%-
XYZ70.6963.6190.21-
YUV213.17142.58146.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 195 (76.56% from 255) = 28.97%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=35.51%
G=28.97%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919523900.1800.0630057.8985.1
HexEFC3EF0120612c3a55
Octal3573033570220645472125
Binary11101111110000111110111101001001101001011001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3EF; }

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

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

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

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

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

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

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

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