#EBC2EB

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

Shades of Snuff #EBC2EB

Tints of Snuff #EBC2EB

Color information

#EBC2EB (or 0xEBC2EB) is unknown color: approx Snuff. HEX triplet: EB, C2 and EB. RGB value is (235,194,235). Sum of RGB (Red+Green+Blue) = 235+194+235=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EB is #143D14. Grayscale: #D2D2D2. Windows color (decimal): -1326357 or 15450859. OLE color: 15450859.

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

Color convert

RGB235194235-
CMYK00.1700.08
HSL300º50.62%84.12%-
HSV(B)300º17.45%92.16%-
XYZ68.5562.2487-
YUV210.93141.58145.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 194 (76.17% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=35.39%
G=29.22%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519423500.1700.0830050.6284.12
HexEBC2EB0110812c3354
Octal35330235302101045463124
Binary111010111100001011101011010001010001001011001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2EB; }

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

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

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

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

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

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

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

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