#EBC4E9

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

Shades of Snuff #EBC4E9

Tints of Snuff #EBC4E9

Color information

#EBC4E9 (or 0xEBC4E9) is unknown color: approx Snuff. HEX triplet: EB, C4 and E9. RGB value is (235,196,233). Sum of RGB (Red+Green+Blue) = 235+196+233=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4E9 is #143B16. Grayscale: #D3D3D3. Windows color (decimal): -1325847 or 15320299. OLE color: 15320299.

HSL color Cylindrical-coordinate representation of color #EBC4E9: hue angle of 303.08º 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 #EBC4E9 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235196233-
CMYK00.170.010.08
HSL303.08º49.37%84.51%-
HSV(B)303.08º16.6%92.16%-
XYZ68.7163.0385.63-
YUV211.88139.92144.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 196 (76.95% from 255) = 29.52%
BLUE value IS 233 (91.41% from 255) = 35.09%
R=35.39%
G=29.52%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519623300.170.010.08303.0849.3784.51
HexEBC4E90111812f3155
Octal35330435102111045761125
Binary111010111100010011101001010001110001001011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4E9; }

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

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

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

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

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

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

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

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