#EBD8EC

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

Shades of Snuff #EBD8EC

Tints of Snuff #EBD8EC

Color information

#EBD8EC (or 0xEBD8EC) is unknown color: approx Snuff. HEX triplet: EB, D8 and EC. RGB value is (235,216,236). Sum of RGB (Red+Green+Blue) = 235+216+236=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8EC is #142713. Grayscale: #DFDFDF. Windows color (decimal): -1320724 or 15522027. OLE color: 15522027.

HSL color Cylindrical-coordinate representation of color #EBD8EC: hue angle of 297º degrees, saturation: 0.34, 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 #EBD8EC is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235216236-
CMYK0.000.0800.07
HSL297º34.48%88.63%-
HSV(B)297º8.47%92.55%-
XYZ73.9672.8389.52-
YUV223.96134.79135.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 216 (84.77% from 255) = 31.44%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=34.21%
G=31.44%
B=34.35%

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
Decimal2352162360.000.0800.0729734.4888.63
HexEBD8EC08071292259
Octal3533303540100745142131
Binary1110101111011000111011000100001111001010011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8EC; }

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

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

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

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

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

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

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

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