#EFD6EC

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

Shades of Snuff #EFD6EC

Tints of Snuff #EFD6EC

Color information

#EFD6EC (or 0xEFD6EC) is unknown color: approx Snuff. HEX triplet: EF, D6 and EC. RGB value is (239,214,236). Sum of RGB (Red+Green+Blue) = 239+214+236=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6EC is #102913. Grayscale: #DFDFDF. Windows color (decimal): -1059092 or 15521519. OLE color: 15521519.

HSL color Cylindrical-coordinate representation of color #EFD6EC: hue angle of 307.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6EC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239214236-
CMYK00.100.010.06
HSL307.2º43.86%88.82%-
HSV(B)307.2º10.46%93.73%-
XYZ74.7872.589.41-
YUV223.98134.78138.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 214 (83.98% from 255) = 31.06%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=34.69%
G=31.06%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921423600.100.010.06307.243.8688.82
HexEFD6EC0A161332c59
Octal3573263540121646354131
Binary1110111111010110111011000101011101001100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6EC; }

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

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

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

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

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

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

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

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