#EBC3ED

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

Shades of Snuff #EBC3ED

Tints of Snuff #EBC3ED

Color information

#EBC3ED (or 0xEBC3ED) is unknown color: approx Snuff. HEX triplet: EB, C3 and ED. RGB value is (235,195,237). Sum of RGB (Red+Green+Blue) = 235+195+237=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3ED is #143C12. Grayscale: #D3D3D3. Windows color (decimal): -1326099 or 15582187. OLE color: 15582187.

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

Color convert

RGB235195237-
CMYK0.010.1800.07
HSL297.14º53.85%84.71%-
HSV(B)297.14º17.72%92.94%-
XYZ69.0662.8188.6-
YUV211.75142.25144.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 195 (76.56% from 255) = 29.24%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=35.23%
G=29.24%
B=35.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351952370.010.1800.07297.1453.8584.71
HexEBC3ED112071293655
Octal3533033551220745166125
Binary11101011110000111110110111001001111001010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3ED; }

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

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

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

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

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

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

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

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