#EBDCE9

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

Shades of Snuff #EBDCE9

Tints of Snuff #EBDCE9

Color information

#EBDCE9 (or 0xEBDCE9) is unknown color: approx Snuff. HEX triplet: EB, DC and E9. RGB value is (235,220,233). Sum of RGB (Red+Green+Blue) = 235+220+233=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCE9 is #142316. Grayscale: #E1E1E1. Windows color (decimal): -1319703 or 15326443. OLE color: 15326443.

HSL color Cylindrical-coordinate representation of color #EBDCE9: hue angle of 308º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCE9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235220233-
CMYK00.060.010.08
HSL308º27.27%89.22%-
HSV(B)308º6.38%92.16%-
XYZ74.5674.7387.59-
YUV225.97131.97134.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=34.16%
G=31.98%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522023300.060.010.0830827.2789.22
HexEBDCE906181341b59
Octal3533343510611046433131
Binary111010111101110011101001011011000100110100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCE9; }

 p { color: rgb(235,220,233); }

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

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

 a { background-color: rgb(235,220,233); }

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

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

 span { border-color: rgb(235,220,233); }

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