#EFC8EF

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

Shades of Snuff #EFC8EF

Tints of Snuff #EFC8EF

Color information

#EFC8EF (or 0xEFC8EF) is unknown color: approx Snuff. HEX triplet: EF, C8 and EF. RGB value is (239,200,239). Sum of RGB (Red+Green+Blue) = 239+200+239=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EF is #103710. Grayscale: #D7D7D7. Windows color (decimal): -1062673 or 15714543. OLE color: 15714543.

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

Color convert

RGB239200239-
CMYK00.1600.06
HSL300º54.93%86.08%-
HSV(B)300º16.32%93.73%-
XYZ71.8365.8990.59-
YUV216.11140.92144.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 200 (78.52% from 255) = 29.50%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=35.25%
G=29.50%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920023900.1600.0630054.9386.08
HexEFC8EF0100612c3756
Octal3573103570200645467126
Binary11101111110010001110111101000001101001011001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8EF; }

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

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

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

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

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

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

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

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