#EFDCEB

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

Shades of Snuff #EFDCEB

Tints of Snuff #EFDCEB

Color information

#EFDCEB (or 0xEFDCEB) is unknown color: approx Snuff. HEX triplet: EF, DC and EB. RGB value is (239,220,235). Sum of RGB (Red+Green+Blue) = 239+220+235=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEB is #102314. Grayscale: #E3E3E3. Windows color (decimal): -1057557 or 15457519. OLE color: 15457519.

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

Color convert

RGB239220235-
CMYK00.080.020.06
HSL312.63º37.25%90%-
HSV(B)312.63º7.95%93.73%-
XYZ76.1975.5489.16-
YUV227.39132.29136.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=34.44%
G=31.70%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922023500.080.020.06312.6337.2590
HexEFDCEB0826139255a
Octal3573343530102647145132
Binary11101111110111001110101101000101101001110011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCEB; }

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

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

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

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

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

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

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

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