#EBD6E8

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

Shades of Snuff #EBD6E8

Tints of Snuff #EBD6E8

Color information

#EBD6E8 (or 0xEBD6E8) is unknown color: approx Snuff. HEX triplet: EB, D6 and E8. RGB value is (235,214,232). Sum of RGB (Red+Green+Blue) = 235+214+232=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6E8 is #142917. Grayscale: #DEDEDE. Windows color (decimal): -1321240 or 15259371. OLE color: 15259371.

HSL color Cylindrical-coordinate representation of color #EBD6E8: hue angle of 308.57º 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 #EBD6E8 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235214232-
CMYK00.090.010.08
HSL308.57º34.43%88.04%-
HSV(B)308.57º8.94%92.16%-
XYZ72.8771.5886.32-
YUV222.33133.46137.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 232 (91.02% from 255) = 34.07%
R=34.51%
G=31.42%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521423200.090.010.08308.5734.4388.04
HexEBD6E809181352258
Octal35332635001111046542130
Binary11101011110101101110100001001110001001101011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6E8; }

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

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

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

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

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

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

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

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