#EFD8EC

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

Shades of Snuff #EFD8EC

Tints of Snuff #EFD8EC

Color information

#EFD8EC (or 0xEFD8EC) is unknown color: approx Snuff. HEX triplet: EF, D8 and EC. RGB value is (239,216,236). Sum of RGB (Red+Green+Blue) = 239+216+236=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8EC is #102713. Grayscale: #E1E1E1. Windows color (decimal): -1058580 or 15522031. OLE color: 15522031.

HSL color Cylindrical-coordinate representation of color #EFD8EC: hue angle of 307.83º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8EC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239216236-
CMYK00.100.010.06
HSL307.83º41.82%89.22%-
HSV(B)307.83º9.62%93.73%-
XYZ75.2973.5289.58-
YUV225.16134.12137.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 216 (84.77% from 255) = 31.26%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=34.59%
G=31.26%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921623600.100.010.06307.8341.8289.22
HexEFD8EC0A161342a59
Octal3573303540121646452131
Binary1110111111011000111011000101011101001101001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8EC; }

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

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

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

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

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

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

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

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