#EBD5EA

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

Shades of Snuff #EBD5EA

Tints of Snuff #EBD5EA

Color information

#EBD5EA (or 0xEBD5EA) is unknown color: approx Snuff. HEX triplet: EB, D5 and EA. RGB value is (235,213,234). Sum of RGB (Red+Green+Blue) = 235+213+234=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5EA is #142A15. Grayscale: #DDDDDD. Windows color (decimal): -1321494 or 15390187. OLE color: 15390187.

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

Color convert

RGB235213234-
CMYK00.090.000.08
HSL302.73º35.48%87.84%-
HSV(B)302.73º9.36%92.16%-
XYZ72.9171.1987.74-
YUV221.97134.79137.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=34.46%
G=31.23%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521323400.090.000.08302.7335.4887.84
HexEBD5EA090812f2358
Octal35332535201101045743130
Binary11101011110101011110101001001010001001011111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5EA; }

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

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

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

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

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

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

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

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