#EBC8ED

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

Shades of Snuff #EBC8ED

Tints of Snuff #EBC8ED

Color information

#EBC8ED (or 0xEBC8ED) is unknown color: approx Snuff. HEX triplet: EB, C8 and ED. RGB value is (235,200,237). Sum of RGB (Red+Green+Blue) = 235+200+237=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8ED is #143712. Grayscale: #D6D6D6. Windows color (decimal): -1324819 or 15583467. OLE color: 15583467.

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

Color convert

RGB235200237-
CMYK0.010.1600.07
HSL296.76º50.68%85.69%-
HSV(B)296.76º15.61%92.94%-
XYZ70.265.0988.98-
YUV214.68140.6142.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 200 (78.52% from 255) = 29.76%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=34.97%
G=29.76%
B=35.27%

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
Decimal2352002370.010.1600.07296.7650.6885.69
HexEBC8ED110071293356
Octal3533103551200745163126
Binary11101011110010001110110111000001111001010011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8ED; }

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

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

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

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

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

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

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

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