#EBD5ED

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

Shades of Snuff #EBD5ED

Tints of Snuff #EBD5ED

Color information

#EBD5ED (or 0xEBD5ED) is unknown color: approx Snuff. HEX triplet: EB, D5 and ED. RGB value is (235,213,237). Sum of RGB (Red+Green+Blue) = 235+213+237=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5ED is #142A12. Grayscale: #DEDEDE. Windows color (decimal): -1321491 or 15586795. OLE color: 15586795.

HSL color Cylindrical-coordinate representation of color #EBD5ED: hue angle of 295º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD5ED is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235213237-
CMYK0.010.1000.07
HSL295º40%88.24%-
HSV(B)295º10.13%92.94%-
XYZ73.3471.3790.03-
YUV222.31136.29137.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 213 (83.59% from 255) = 31.09%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=34.31%
G=31.09%
B=34.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352132370.010.1000.072954088.24
HexEBD5ED1A071272858
Octal3533253551120744750130
Binary1110101111010101111011011101001111001001111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5ED; }

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

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

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

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

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

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

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

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