#EBC6EF

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

Shades of Snuff #EBC6EF

Tints of Snuff #EBC6EF

Color information

#EBC6EF (or 0xEBC6EF) is unknown color: approx Snuff. HEX triplet: EB, C6 and EF. RGB value is (235,198,239). Sum of RGB (Red+Green+Blue) = 235+198+239=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6EF is #143910. Grayscale: #D5D5D5. Windows color (decimal): -1325329 or 15714027. OLE color: 15714027.

HSL color Cylindrical-coordinate representation of color #EBC6EF: hue angle of 294.15º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC6EF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235198239-
CMYK0.020.1700.06
HSL294.15º56.16%85.69%-
HSV(B)294.15º17.15%93.73%-
XYZ70.0464.2890.38-
YUV213.74142.26143.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 198 (77.73% from 255) = 29.46%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=34.97%
G=29.46%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351982390.020.1700.06294.1556.1685.69
HexEBC6EF211061263856
Octal3533063572210644670126
Binary111010111100011011101111101000101101001001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6EF; }

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

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

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

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

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

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

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

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