#EFD9EC

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

Shades of Snuff #EFD9EC

Tints of Snuff #EFD9EC

Color information

#EFD9EC (or 0xEFD9EC) is unknown color: approx Snuff. HEX triplet: EF, D9 and EC. RGB value is (239,217,236). Sum of RGB (Red+Green+Blue) = 239+217+236=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9EC is #102613. Grayscale: #E1E1E1. Windows color (decimal): -1058324 or 15522287. OLE color: 15522287.

HSL color Cylindrical-coordinate representation of color #EFD9EC: hue angle of 308.18º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9EC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239217236-
CMYK00.090.010.06
HSL308.18º40.74%89.41%-
HSV(B)308.18º9.21%93.73%-
XYZ75.5574.0389.66-
YUV225.74133.79137.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=34.54%
G=31.36%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921723600.090.010.06308.1840.7489.41
HexEFD9EC09161342959
Octal3573313540111646451131
Binary1110111111011001111011000100111101001101001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9EC; }

 p { color: rgb(239,217,236); }

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

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

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

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

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

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

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