#EBC9ED

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

Shades of Snuff #EBC9ED

Tints of Snuff #EBC9ED

Color information

#EBC9ED (or 0xEBC9ED) is unknown color: approx Snuff. HEX triplet: EB, C9 and ED. RGB value is (235,201,237). Sum of RGB (Red+Green+Blue) = 235+201+237=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9ED is #143612. Grayscale: #D7D7D7. Windows color (decimal): -1324563 or 15583723. OLE color: 15583723.

HSL color Cylindrical-coordinate representation of color #EBC9ED: hue angle of 296.67º degrees, saturation: 0.5, 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 #EBC9ED is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235201237-
CMYK0.010.1500.07
HSL296.67º50%85.88%-
HSV(B)296.67º15.19%92.94%-
XYZ70.4365.5589.06-
YUV215.27140.26142.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 201 (78.91% from 255) = 29.87%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=34.92%
G=29.87%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352012370.010.1500.07296.675085.88
HexEBC9ED1F071293256
Octal3533113551170745162126
Binary1110101111001001111011011111101111001010011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9ED; }

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

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

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

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

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

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

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

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