#EFD8EF

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

Shades of Snuff #EFD8EF

Tints of Snuff #EFD8EF

Color information

#EFD8EF (or 0xEFD8EF) is unknown color: approx Snuff. HEX triplet: EF, D8 and EF. RGB value is (239,216,239). Sum of RGB (Red+Green+Blue) = 239+216+239=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFD8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8EF is #102710. Grayscale: #E1E1E1. Windows color (decimal): -1058577 or 15718639. OLE color: 15718639.

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

Color convert

RGB239216239-
CMYK00.1000.06
HSL300º41.82%89.22%-
HSV(B)300º9.62%93.73%-
XYZ75.7373.6991.89-
YUV225.5135.62137.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 216 (84.77% from 255) = 31.12%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=34.44%
G=31.12%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921623900.1000.0630041.8289.22
HexEFD8EF0A0612c2a59
Octal3573303570120645452131
Binary1110111111011000111011110101001101001011001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8EF; }

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

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

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

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

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

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

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

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