#EBCBEB

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

Shades of Snuff #EBCBEB

Tints of Snuff #EBCBEB

Color information

#EBCBEB (or 0xEBCBEB) is unknown color: approx Snuff. HEX triplet: EB, CB and EB. RGB value is (235,203,235). Sum of RGB (Red+Green+Blue) = 235+203+235=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBCBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBEB is #143414. Grayscale: #D8D8D8. Windows color (decimal): -1324053 or 15453163. OLE color: 15453163.

HSL color Cylindrical-coordinate representation of color #EBCBEB: hue angle of 300º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBEB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235203235-
CMYK00.1400.08
HSL300º44.44%85.88%-
HSV(B)300º13.62%92.16%-
XYZ70.6166.3787.69-
YUV216.22138.6141.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=34.92%
G=30.16%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520323500.1400.0830044.4485.88
HexEBCBEB0E0812c2c56
Octal35331335301601045454126
Binary11101011110010111110101101110010001001011001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBEB; }

 p { color: rgb(235,203,235); }

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

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

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

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

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

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

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