#EFD9EB

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

Shades of Snuff #EFD9EB

Tints of Snuff #EFD9EB

Color information

#EFD9EB (or 0xEFD9EB) is unknown color: approx Snuff. HEX triplet: EF, D9 and EB. RGB value is (239,217,235). Sum of RGB (Red+Green+Blue) = 239+217+235=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9EB is #102614. Grayscale: #E1E1E1. Windows color (decimal): -1058325 or 15456751. OLE color: 15456751.

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

Color convert

RGB239217235-
CMYK00.090.020.06
HSL310.91º40.74%89.41%-
HSV(B)310.91º9.21%93.73%-
XYZ75.473.9788.9-
YUV225.63133.29137.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 217 (85.16% from 255) = 31.40%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=34.59%
G=31.40%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921723500.090.020.06310.9140.7489.41
HexEFD9EB09261372959
Octal3573313530112646751131
Binary11101111110110011110101101001101101001101111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9EB; }

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

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

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

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

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

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

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

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