#EBC5EB

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

Shades of Snuff #EBC5EB

Tints of Snuff #EBC5EB

Color information

#EBC5EB (or 0xEBC5EB) is unknown color: approx Snuff. HEX triplet: EB, C5 and EB. RGB value is (235,197,235). Sum of RGB (Red+Green+Blue) = 235+197+235=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5EB is #143A14. Grayscale: #D4D4D4. Windows color (decimal): -1325589 or 15451627. OLE color: 15451627.

HSL color Cylindrical-coordinate representation of color #EBC5EB: hue angle of 300º degrees, saturation: 0.49, 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 #EBC5EB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235197235-
CMYK00.1600.08
HSL300º48.72%84.71%-
HSV(B)300º16.17%92.16%-
XYZ69.2263.5987.22-
YUV212.69140.59143.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 197 (77.34% from 255) = 29.54%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=35.23%
G=29.54%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519723500.1600.0830048.7284.71
HexEBC5EB0100812c3155
Octal35330535302001045461125
Binary111010111100010111101011010000010001001011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5EB; }

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

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

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

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

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

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

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

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