#EFD9ED

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

Shades of Snuff #EFD9ED

Tints of Snuff #EFD9ED

Color information

#EFD9ED (or 0xEFD9ED) is unknown color: approx Snuff. HEX triplet: EF, D9 and ED. RGB value is (239,217,237). Sum of RGB (Red+Green+Blue) = 239+217+237=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9ED is #102612. Grayscale: #E1E1E1. Windows color (decimal): -1058323 or 15587823. OLE color: 15587823.

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

Color convert

RGB239217237-
CMYK00.090.010.06
HSL305.45º40.74%89.41%-
HSV(B)305.45º9.21%93.73%-
XYZ75.774.0990.43-
YUV225.86134.29137.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 217 (85.16% from 255) = 31.31%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=34.49%
G=31.31%
B=34.20%

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
Decimal23921723700.090.010.06305.4540.7489.41
HexEFD9ED09161312959
Octal3573313550111646151131
Binary1110111111011001111011010100111101001100011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9ED; }

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

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

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

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

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

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

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

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