#EBD9E9

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

Shades of Snuff #EBD9E9

Tints of Snuff #EBD9E9

Color information

#EBD9E9 (or 0xEBD9E9) is unknown color: approx Snuff. HEX triplet: EB, D9 and E9. RGB value is (235,217,233). Sum of RGB (Red+Green+Blue) = 235+217+233=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9E9 is #142616. Grayscale: #E0E0E0. Windows color (decimal): -1320471 or 15325675. OLE color: 15325675.

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

Color convert

RGB235217233-
CMYK00.080.010.08
HSL306.67º31.03%88.63%-
HSV(B)306.67º7.66%92.16%-
XYZ73.7873.1787.33-
YUV224.21132.96135.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 217 (85.16% from 255) = 31.68%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=34.31%
G=31.68%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521723300.080.010.08306.6731.0388.63
HexEBD9E908181331f59
Octal35333135101011046337131
Binary1110101111011001111010010100011000100110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9E9; }

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

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

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

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

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

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

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

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