#EBDAEB

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

Shades of Snuff #EBDAEB

Tints of Snuff #EBDAEB

Color information

#EBDAEB (or 0xEBDAEB) is unknown color: approx Snuff. HEX triplet: EB, DA and EB. RGB value is (235,218,235). Sum of RGB (Red+Green+Blue) = 235+218+235=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAEB is #142514. Grayscale: #E0E0E0. Windows color (decimal): -1320213 or 15457003. OLE color: 15457003.

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

Color convert

RGB235218235-
CMYK00.0700.08
HSL300º29.82%88.82%-
HSV(B)300º7.23%92.16%-
XYZ74.3373.888.93-
YUV225.02133.63135.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=34.16%
G=31.69%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521823500.0700.0830029.8288.82
HexEBDAEB070812c1e59
Octal3533323530701045436131
Binary111010111101101011101011011101000100101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAEB; }

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

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

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

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

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

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

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

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