#EBD9EC

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

Shades of Snuff #EBD9EC

Tints of Snuff #EBD9EC

Color information

#EBD9EC (or 0xEBD9EC) is unknown color: approx Snuff. HEX triplet: EB, D9 and EC. RGB value is (235,217,236). Sum of RGB (Red+Green+Blue) = 235+217+236=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9EC is #142613. Grayscale: #E0E0E0. Windows color (decimal): -1320468 or 15522283. OLE color: 15522283.

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

Color convert

RGB235217236-
CMYK0.000.0800.07
HSL296.84º33.33%88.82%-
HSV(B)296.84º8.05%92.55%-
XYZ74.2173.3489.6-
YUV224.55134.46135.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=34.16%
G=31.54%
B=34.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352172360.000.0800.07296.8433.3388.82
HexEBD9EC08071292159
Octal3533313540100745141131
Binary1110101111011001111011000100001111001010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9EC; }

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

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

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

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

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

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

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

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