#EFDBED

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

Shades of Snuff #EFDBED

Tints of Snuff #EFDBED

Color information

#EFDBED (or 0xEFDBED) is unknown color: approx Snuff. HEX triplet: EF, DB and ED. RGB value is (239,219,237). Sum of RGB (Red+Green+Blue) = 239+219+237=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBED is #102412. Grayscale: #E2E2E2. Windows color (decimal): -1057811 or 15588335. OLE color: 15588335.

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

Color convert

RGB239219237-
CMYK00.080.010.06
HSL306º38.46%89.8%-
HSV(B)306º8.37%93.73%-
XYZ76.2175.1390.61-
YUV227.03133.63136.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=34.39%
G=31.51%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921923700.080.010.0630638.4689.8
HexEFDBED0816132265a
Octal3573333550101646246132
Binary1110111111011011111011010100011101001100101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBED; }

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

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

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

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

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

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

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

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