#EBD6EC

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

Shades of Snuff #EBD6EC

Tints of Snuff #EBD6EC

Color information

#EBD6EC (or 0xEBD6EC) is unknown color: approx Snuff. HEX triplet: EB, D6 and EC. RGB value is (235,214,236). Sum of RGB (Red+Green+Blue) = 235+214+236=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6EC is #142913. Grayscale: #DEDEDE. Windows color (decimal): -1321236 or 15521515. OLE color: 15521515.

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

Color convert

RGB235214236-
CMYK0.000.0900.07
HSL297.27º36.67%88.24%-
HSV(B)297.27º9.32%92.55%-
XYZ73.4571.8189.35-
YUV222.79135.46136.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=34.31%
G=31.24%
B=34.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352142360.000.0900.07297.2736.6788.24
HexEBD6EC09071292558
Octal3533263540110745145130
Binary1110101111010110111011000100101111001010011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6EC; }

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

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

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

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

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

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

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

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