#EFD7EE

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

Shades of Snuff #EFD7EE

Tints of Snuff #EFD7EE

Color information

#EFD7EE (or 0xEFD7EE) is unknown color: approx Snuff. HEX triplet: EF, D7 and EE. RGB value is (239,215,238). Sum of RGB (Red+Green+Blue) = 239+215+238=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7EE is #102811. Grayscale: #E0E0E0. Windows color (decimal): -1058834 or 15652847. OLE color: 15652847.

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

Color convert

RGB239215238-
CMYK00.100.000.06
HSL302.5º42.86%89.02%-
HSV(B)302.5º10.04%93.73%-
XYZ75.3373.1291.03-
YUV224.8135.45138.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 215 (84.38% from 255) = 31.07%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=34.54%
G=31.07%
B=34.39%

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
Decimal23921523800.100.000.06302.542.8689.02
HexEFD7EE0A0612e2b59
Octal3573273560120645653131
Binary1110111111010111111011100101001101001011101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7EE; }

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

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

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

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

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

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

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

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