#EFD6ED

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

Shades of Snuff #EFD6ED

Tints of Snuff #EFD6ED

Color information

#EFD6ED (or 0xEFD6ED) is unknown color: approx Snuff. HEX triplet: EF, D6 and ED. RGB value is (239,214,237). Sum of RGB (Red+Green+Blue) = 239+214+237=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6ED is #102912. Grayscale: #E0E0E0. Windows color (decimal): -1059091 or 15587055. OLE color: 15587055.

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

Color convert

RGB239214237-
CMYK00.100.010.06
HSL304.8º43.86%88.82%-
HSV(B)304.8º10.46%93.73%-
XYZ74.9372.5690.18-
YUV224.1135.28138.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=34.64%
G=31.01%
B=34.35%

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
Decimal23921423700.100.010.06304.843.8688.82
HexEFD6ED0A161312c59
Octal3573263550121646154131
Binary1110111111010110111011010101011101001100011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6ED; }

 p { color: rgb(239,214,237); }

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

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

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

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

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

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

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