#EFDBEA

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

Shades of Snuff #EFDBEA

Tints of Snuff #EFDBEA

Color information

#EFDBEA (or 0xEFDBEA) is unknown color: approx Snuff. HEX triplet: EF, DB and EA. RGB value is (239,219,234). Sum of RGB (Red+Green+Blue) = 239+219+234=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBEA is #102415. Grayscale: #E2E2E2. Windows color (decimal): -1057814 or 15391727. OLE color: 15391727.

HSL color Cylindrical-coordinate representation of color #EFDBEA: hue angle of 315º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBEA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239219234-
CMYK00.080.020.06
HSL315º38.46%89.8%-
HSV(B)315º8.37%93.73%-
XYZ75.7874.9588.32-
YUV226.69132.13136.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 219 (85.94% from 255) = 31.65%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=34.54%
G=31.65%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921923400.080.020.0631538.4689.8
HexEFDBEA082613b265a
Octal3573333520102647346132
Binary11101111110110111110101001000101101001110111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBEA; }

 p { color: rgb(239,219,234); }

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

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

 a { background-color: rgb(239,219,234); }

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

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

 span { border-color: rgb(239,219,234); }

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