#EBD8EA

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

Shades of Snuff #EBD8EA

Tints of Snuff #EBD8EA

Color information

#EBD8EA (or 0xEBD8EA) is unknown color: approx Snuff. HEX triplet: EB, D8 and EA. RGB value is (235,216,234). Sum of RGB (Red+Green+Blue) = 235+216+234=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8EA is #142715. Grayscale: #DFDFDF. Windows color (decimal): -1320726 or 15390955. OLE color: 15390955.

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

Color convert

RGB235216234-
CMYK00.080.000.08
HSL303.16º32.2%88.43%-
HSV(B)303.16º8.09%92.16%-
XYZ73.6772.7187.99-
YUV223.73133.79136.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=34.31%
G=31.53%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521623400.080.000.08303.1632.288.43
HexEBD8EA080812f2058
Octal35333035201001045740130
Binary11101011110110001110101001000010001001011111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8EA; }

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

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

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

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

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

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

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

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