#EFD6EE

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

Shades of Snuff #EFD6EE

Tints of Snuff #EFD6EE

Color information

#EFD6EE (or 0xEFD6EE) is unknown color: approx Snuff. HEX triplet: EF, D6 and EE. RGB value is (239,214,238). Sum of RGB (Red+Green+Blue) = 239+214+238=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6EE is #102911. Grayscale: #E0E0E0. Windows color (decimal): -1059090 or 15652591. OLE color: 15652591.

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

Color convert

RGB239214238-
CMYK00.100.000.06
HSL302.4º43.86%88.82%-
HSV(B)302.4º10.46%93.73%-
XYZ75.0872.6290.95-
YUV224.21135.78138.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=34.59%
G=30.97%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921423800.100.000.06302.443.8688.82
HexEFD6EE0A0612e2c59
Octal3573263560120645654131
Binary1110111111010110111011100101001101001011101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6EE; }

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

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

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

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

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

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

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

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