#EFDDEC

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

Shades of Snuff #EFDDEC

Tints of Snuff #EFDDEC

Color information

#EFDDEC (or 0xEFDDEC) is unknown color: approx Snuff. HEX triplet: EF, DD and EC. RGB value is (239,221,236). Sum of RGB (Red+Green+Blue) = 239+221+236=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDEC is #102213. Grayscale: #E4E4E4. Windows color (decimal): -1057300 or 15523311. OLE color: 15523311.

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

Color convert

RGB239221236-
CMYK00.080.010.06
HSL310º36%90.2%-
HSV(B)310º7.53%93.73%-
XYZ76.5976.1290.01-
YUV228.09132.46135.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=34.34%
G=31.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922123600.080.010.063103690.2
HexEFDDEC0816136245a
Octal3573353540101646644132
Binary1110111111011101111011000100011101001101101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDEC; }

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

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

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

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

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

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

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

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