#EFD7EF

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

Shades of Snuff #EFD7EF

Tints of Snuff #EFD7EF

Color information

#EFD7EF (or 0xEFD7EF) is unknown color: approx Snuff. HEX triplet: EF, D7 and EF. RGB value is (239,215,239). Sum of RGB (Red+Green+Blue) = 239+215+239=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7EF is #102810. Grayscale: #E0E0E0. Windows color (decimal): -1058833 or 15718383. OLE color: 15718383.

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

Color convert

RGB239215239-
CMYK00.1000.06
HSL300º42.86%89.02%-
HSV(B)300º10.04%93.73%-
XYZ75.4873.1891.81-
YUV224.91135.95138.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 215 (84.38% from 255) = 31.02%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=34.49%
G=31.02%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921523900.1000.0630042.8689.02
HexEFD7EF0A0612c2b59
Octal3573273570120645453131
Binary1110111111010111111011110101001101001011001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7EF; }

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

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

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

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

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

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

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

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