#EBC4EB

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

Shades of Snuff #EBC4EB

Tints of Snuff #EBC4EB

Color information

#EBC4EB (or 0xEBC4EB) is unknown color: approx Snuff. HEX triplet: EB, C4 and EB. RGB value is (235,196,235). Sum of RGB (Red+Green+Blue) = 235+196+235=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4EB is #143B14. Grayscale: #D3D3D3. Windows color (decimal): -1325845 or 15451371. OLE color: 15451371.

HSL color Cylindrical-coordinate representation of color #EBC4EB: 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.17%. Process color model (Four color, CMYK) of #EBC4EB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235196235-
CMYK00.1700.08
HSL300º49.37%84.51%-
HSV(B)300º16.6%92.16%-
XYZ6963.1487.15-
YUV212.11140.92144.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 196 (76.95% from 255) = 29.43%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=35.29%
G=29.43%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519623500.1700.0830049.3784.51
HexEBC4EB0110812c3155
Octal35330435302101045461125
Binary111010111100010011101011010001010001001011001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4EB; }

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

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

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

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

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

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

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

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