#EBC9EE

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

Shades of Snuff #EBC9EE

Tints of Snuff #EBC9EE

Color information

#EBC9EE (or 0xEBC9EE) is unknown color: approx Snuff. HEX triplet: EB, C9 and EE. RGB value is (235,201,238). Sum of RGB (Red+Green+Blue) = 235+201+238=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9EE is #143611. Grayscale: #D7D7D7. Windows color (decimal): -1324562 or 15649259. OLE color: 15649259.

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

Color convert

RGB235201238-
CMYK0.010.1600.07
HSL295.14º52.11%86.08%-
HSV(B)295.14º15.55%93.33%-
XYZ70.5865.6189.83-
YUV215.38140.76141.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 201 (78.91% from 255) = 29.82%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=34.87%
G=29.82%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352012380.010.1600.07295.1452.1186.08
HexEBC9EE110071273456
Octal3533113561200744764126
Binary11101011110010011110111011000001111001001111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9EE; }

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

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

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

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

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

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

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

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