#EBD6E7

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

Shades of Snuff #EBD6E7

Tints of Snuff #EBD6E7

Color information

#EBD6E7 (or 0xEBD6E7) is unknown color: approx Snuff. HEX triplet: EB, D6 and E7. RGB value is (235,214,231). Sum of RGB (Red+Green+Blue) = 235+214+231=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6E7 is #142918. Grayscale: #DEDEDE. Windows color (decimal): -1321241 or 15193835. OLE color: 15193835.

HSL color Cylindrical-coordinate representation of color #EBD6E7: hue angle of 311.43º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD6E7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235214231-
CMYK00.090.020.08
HSL311.43º34.43%88.04%-
HSV(B)311.43º8.94%92.16%-
XYZ72.7371.5285.57-
YUV222.22132.96137.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 214 (83.98% from 255) = 31.47%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=34.56%
G=31.47%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521423100.090.020.08311.4334.4388.04
HexEBD6E709281372258
Octal35332634701121046742130
Binary111010111101011011100111010011010001001101111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6E7; }

 p { color: rgb(235,214,231); }

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

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

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

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

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

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

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