#EBD9EB

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

Shades of Snuff #EBD9EB

Tints of Snuff #EBD9EB

Color information

#EBD9EB (or 0xEBD9EB) is unknown color: approx Snuff. HEX triplet: EB, D9 and EB. RGB value is (235,217,235). Sum of RGB (Red+Green+Blue) = 235+217+235=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9EB is #142614. Grayscale: #E0E0E0. Windows color (decimal): -1320469 or 15456747. OLE color: 15456747.

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

Color convert

RGB235217235-
CMYK00.0800.08
HSL300º31.03%88.63%-
HSV(B)300º7.66%92.16%-
XYZ74.0773.2988.84-
YUV224.43133.96135.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 217 (85.16% from 255) = 31.59%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=34.21%
G=31.59%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521723500.0800.0830031.0388.63
HexEBD9EB080812c1f59
Octal35333135301001045437131
Binary1110101111011001111010110100001000100101100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9EB; }

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

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

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

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

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

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

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

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