#EFCDEC

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

Shades of Snuff #EFCDEC

Tints of Snuff #EFCDEC

Color information

#EFCDEC (or 0xEFCDEC) is unknown color: approx Snuff. HEX triplet: EF, CD and EC. RGB value is (239,205,236). Sum of RGB (Red+Green+Blue) = 239+205+236=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDEC is #103213. Grayscale: #DADADA. Windows color (decimal): -1061396 or 15519215. OLE color: 15519215.

HSL color Cylindrical-coordinate representation of color #EFCDEC: hue angle of 305.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDEC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239205236-
CMYK00.140.010.06
HSL305.29º51.52%87.06%-
HSV(B)305.29º14.23%93.73%-
XYZ72.5768.0788.67-
YUV218.7137.76142.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=35.15%
G=30.15%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920523600.140.010.06305.2951.5287.06
HexEFCDEC0E161313457
Octal3573153540161646164127
Binary1110111111001101111011000111011101001100011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDEC; }

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

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

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

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

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

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

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

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