#EBDBEB

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

Shades of Snuff #EBDBEB

Tints of Snuff #EBDBEB

Color information

#EBDBEB (or 0xEBDBEB) is unknown color: approx Snuff. HEX triplet: EB, DB and EB. RGB value is (235,219,235). Sum of RGB (Red+Green+Blue) = 235+219+235=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBEB is #142414. Grayscale: #E1E1E1. Windows color (decimal): -1319957 or 15457259. OLE color: 15457259.

HSL color Cylindrical-coordinate representation of color #EBDBEB: hue angle of 300º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDBEB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235219235-
CMYK00.0700.08
HSL300º28.57%89.02%-
HSV(B)300º6.81%92.16%-
XYZ74.5974.3289.01-
YUV225.61133.3134.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=34.11%
G=31.79%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521923500.0700.0830028.5789.02
HexEBDBEB070812c1d59
Octal3533333530701045435131
Binary111010111101101111101011011101000100101100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBEB; }

 p { color: rgb(235,219,235); }

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

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

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

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

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

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

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