#EFDCEC

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

Shades of Snuff #EFDCEC

Tints of Snuff #EFDCEC

Color information

#EFDCEC (or 0xEFDCEC) is unknown color: approx Snuff. HEX triplet: EF, DC and EC. RGB value is (239,220,236). Sum of RGB (Red+Green+Blue) = 239+220+236=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEC is #102313. Grayscale: #E3E3E3. Windows color (decimal): -1057556 or 15523055. OLE color: 15523055.

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

Color convert

RGB239220236-
CMYK00.080.010.06
HSL309.47º37.25%90%-
HSV(B)309.47º7.95%93.73%-
XYZ76.3375.5989.92-
YUV227.5132.79136.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=34.39%
G=31.65%
B=33.96%

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
Decimal23922023600.080.010.06309.4737.2590
HexEFDCEC0816135255a
Octal3573343540101646545132
Binary1110111111011100111011000100011101001101011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCEC; }

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

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

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

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

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

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

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

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