#EBC6F2

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

Shades of Snuff #EBC6F2

Tints of Snuff #EBC6F2

Color information

#EBC6F2 (or 0xEBC6F2) is unknown color: approx Snuff. HEX triplet: EB, C6 and F2. RGB value is (235,198,242). Sum of RGB (Red+Green+Blue) = 235+198+242=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBC6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6F2 is #14390D. Grayscale: #D5D5D5. Windows color (decimal): -1325326 or 15910635. OLE color: 15910635.

HSL color Cylindrical-coordinate representation of color #EBC6F2: hue angle of 290.45º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC6F2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235198242-
CMYK0.030.1800.05
HSL290.45º62.86%86.27%-
HSV(B)290.45º18.18%94.9%-
XYZ70.4864.4692.73-
YUV214.08143.76142.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 198 (77.73% from 255) = 29.33%
BLUE value IS 242 (94.92% from 255) = 35.85%
R=34.81%
G=29.33%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351982420.030.1800.05290.4562.8686.27
HexEBC6F2312051223f56
Octal3533063623220544277126
Binary111010111100011011110010111001001011001000101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6F2; }

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

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

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

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

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

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

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

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