#EFDEEC

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

Shades of Snuff #EFDEEC

Tints of Snuff #EFDEEC

Color information

#EFDEEC (or 0xEFDEEC) is unknown color: approx Snuff. HEX triplet: EF, DE and EC. RGB value is (239,222,236). Sum of RGB (Red+Green+Blue) = 239+222+236=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEC is #102113. Grayscale: #E4E4E4. Windows color (decimal): -1057044 or 15523567. OLE color: 15523567.

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

Color convert

RGB239222236-
CMYK00.070.010.06
HSL310.59º34.69%90.39%-
HSV(B)310.59º7.11%93.73%-
XYZ76.8676.6590.1-
YUV228.68132.13135.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=34.29%
G=31.85%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922223600.070.010.06310.5934.6990.39
HexEFDEEC0716137235a
Octal357336354071646743132
Binary111011111101111011101100011111101001101111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEEC; }

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

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

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

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

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

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

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

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