#EBC6EB

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

Shades of Snuff #EBC6EB

Tints of Snuff #EBC6EB

Color information

#EBC6EB (or 0xEBC6EB) is unknown color: approx Snuff. HEX triplet: EB, C6 and EB. RGB value is (235,198,235). Sum of RGB (Red+Green+Blue) = 235+198+235=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6EB is #143914. Grayscale: #D5D5D5. Windows color (decimal): -1325333 or 15451883. OLE color: 15451883.

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

Color convert

RGB235198235-
CMYK00.1600.08
HSL300º48.05%84.9%-
HSV(B)300º15.74%92.16%-
XYZ69.4564.0587.3-
YUV213.28140.26143.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 198 (77.73% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=35.18%
G=29.64%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519823500.1600.0830048.0584.9
HexEBC6EB0100812c3055
Octal35330635302001045460125
Binary111010111100011011101011010000010001001011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6EB; }

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

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

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

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

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

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

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

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