#EBC6ED

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

Shades of Snuff #EBC6ED

Tints of Snuff #EBC6ED

Color information

#EBC6ED (or 0xEBC6ED) is unknown color: approx Snuff. HEX triplet: EB, C6 and ED. RGB value is (235,198,237). Sum of RGB (Red+Green+Blue) = 235+198+237=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6ED is #143912. Grayscale: #D5D5D5. Windows color (decimal): -1325331 or 15582955. OLE color: 15582955.

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

Color convert

RGB235198237-
CMYK0.010.1600.07
HSL296.92º52%85.29%-
HSV(B)296.92º16.46%92.94%-
XYZ69.7464.1688.83-
YUV213.51141.26143.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 198 (77.73% from 255) = 29.55%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=35.07%
G=29.55%
B=35.37%

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
Decimal2351982370.010.1600.07296.925285.29
HexEBC6ED110071293455
Octal3533063551200745164125
Binary11101011110001101110110111000001111001010011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6ED; }

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

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

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

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

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

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

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

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