#EFDAEC

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

Shades of Snuff #EFDAEC

Tints of Snuff #EFDAEC

Color information

#EFDAEC (or 0xEFDAEC) is unknown color: approx Snuff. HEX triplet: EF, DA and EC. RGB value is (239,218,236). Sum of RGB (Red+Green+Blue) = 239+218+236=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEC is #102513. Grayscale: #E2E2E2. Windows color (decimal): -1058068 or 15522543. OLE color: 15522543.

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

Color convert

RGB239218236-
CMYK00.090.010.06
HSL308.57º39.62%89.61%-
HSV(B)308.57º8.79%93.73%-
XYZ75.8174.5589.75-
YUV226.33133.46137.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=34.49%
G=31.46%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921823600.090.010.06308.5739.6289.61
HexEFDAEC0916135285a
Octal3573323540111646550132
Binary1110111111011010111011000100111101001101011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAEC; }

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

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

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

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

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

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

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

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