#EBD8EB

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

Shades of Snuff #EBD8EB

Tints of Snuff #EBD8EB

Color information

#EBD8EB (or 0xEBD8EB) is unknown color: approx Snuff. HEX triplet: EB, D8 and EB. RGB value is (235,216,235). Sum of RGB (Red+Green+Blue) = 235+216+235=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8EB is #142714. Grayscale: #DFDFDF. Windows color (decimal): -1320725 or 15456491. OLE color: 15456491.

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

Color convert

RGB235216235-
CMYK00.0800.08
HSL300º32.2%88.43%-
HSV(B)300º8.09%92.16%-
XYZ73.8172.7788.75-
YUV223.85134.29135.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=34.26%
G=31.49%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521623500.0800.0830032.288.43
HexEBD8EB080812c2058
Octal35333035301001045440130
Binary11101011110110001110101101000010001001011001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8EB; }

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

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

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

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

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

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

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

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