#EBDCE8

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

Shades of Snuff #EBDCE8

Tints of Snuff #EBDCE8

Color information

#EBDCE8 (or 0xEBDCE8) is unknown color: approx Snuff. HEX triplet: EB, DC and E8. RGB value is (235,220,232). Sum of RGB (Red+Green+Blue) = 235+220+232=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCE8 is #142317. Grayscale: #E1E1E1. Windows color (decimal): -1319704 or 15260907. OLE color: 15260907.

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

Color convert

RGB235220232-
CMYK00.060.010.08
HSL312º27.27%89.22%-
HSV(B)312º6.38%92.16%-
XYZ74.4274.6786.84-
YUV225.85131.47134.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=34.21%
G=32.02%
B=33.77%

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
Decimal23522023200.060.010.0831227.2789.22
HexEBDCE806181381b59
Octal3533343500611047033131
Binary111010111101110011101000011011000100111000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCE8; }

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

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

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

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

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

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

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

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