#EBC9EC

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

Shades of Snuff #EBC9EC

Tints of Snuff #EBC9EC

Color information

#EBC9EC (or 0xEBC9EC) is unknown color: approx Snuff. HEX triplet: EB, C9 and EC. RGB value is (235,201,236). Sum of RGB (Red+Green+Blue) = 235+201+236=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9EC is #143613. Grayscale: #D7D7D7. Windows color (decimal): -1324564 or 15518187. OLE color: 15518187.

HSL color Cylindrical-coordinate representation of color #EBC9EC: hue angle of 298.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC9EC is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235201236-
CMYK0.000.1500.07
HSL298.29º47.95%85.69%-
HSV(B)298.29º14.83%92.55%-
XYZ70.2965.4988.29-
YUV215.16139.76142.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 201 (78.91% from 255) = 29.91%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=34.97%
G=29.91%
B=35.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352012360.000.1500.07298.2947.9585.69
HexEBC9EC0F0712a3056
Octal3533113540170745260126
Binary1110101111001001111011000111101111001010101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9EC; }

 p { color: rgb(235,201,236); }

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

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

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

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

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

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

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