#EFDBEC

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

Shades of Snuff #EFDBEC

Tints of Snuff #EFDBEC

Color information

#EFDBEC (or 0xEFDBEC) is unknown color: approx Snuff. HEX triplet: EF, DB and EC. RGB value is (239,219,236). Sum of RGB (Red+Green+Blue) = 239+219+236=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBEC is #102413. Grayscale: #E2E2E2. Windows color (decimal): -1057812 or 15522799. OLE color: 15522799.

HSL color Cylindrical-coordinate representation of color #EFDBEC: hue angle of 309º degrees, saturation: 0.38, 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 #EFDBEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239219236-
CMYK00.080.010.06
HSL309º38.46%89.8%-
HSV(B)309º8.37%93.73%-
XYZ76.0775.0789.84-
YUV226.92133.13136.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 219 (85.94% from 255) = 31.56%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=34.44%
G=31.56%
B=34.01%

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
Decimal23921923600.080.010.0630938.4689.8
HexEFDBEC0816135265a
Octal3573333540101646546132
Binary1110111111011011111011000100011101001101011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBEC; }

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

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

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

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

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

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

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

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