#EBD3EB

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

Shades of Snuff #EBD3EB

Tints of Snuff #EBD3EB

Color information

#EBD3EB (or 0xEBD3EB) is unknown color: approx Snuff. HEX triplet: EB, D3 and EB. RGB value is (235,211,235). Sum of RGB (Red+Green+Blue) = 235+211+235=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBD3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3EB is #142C14. Grayscale: #DCDCDC. Windows color (decimal): -1322005 or 15455211. OLE color: 15455211.

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

Color convert

RGB235211235-
CMYK00.1000.08
HSL300º37.5%87.45%-
HSV(B)300º10.21%92.16%-
XYZ72.5570.2588.33-
YUV220.91135.95138.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 211 (82.81% from 255) = 30.98%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=34.51%
G=30.98%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521123500.1000.0830037.587.45
HexEBD3EB0A0812c2657
Octal35332335301201045446127
Binary11101011110100111110101101010010001001011001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3EB; }

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

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

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

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

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

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

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

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