#EFD7EC

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

Shades of Snuff #EFD7EC

Tints of Snuff #EFD7EC

Color information

#EFD7EC (or 0xEFD7EC) is unknown color: approx Snuff. HEX triplet: EF, D7 and EC. RGB value is (239,215,236). Sum of RGB (Red+Green+Blue) = 239+215+236=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7EC is #102813. Grayscale: #E0E0E0. Windows color (decimal): -1058836 or 15521775. OLE color: 15521775.

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

Color convert

RGB239215236-
CMYK00.100.010.06
HSL307.5º42.86%89.02%-
HSV(B)307.5º10.04%93.73%-
XYZ75.0473.0189.49-
YUV224.57134.45138.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 215 (84.38% from 255) = 31.16%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=34.64%
G=31.16%
B=34.20%

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
Decimal23921523600.100.010.06307.542.8689.02
HexEFD7EC0A161342b59
Octal3573273540121646453131
Binary1110111111010111111011000101011101001101001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7EC; }

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

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

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

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

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

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

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

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