#EBC2EF

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

Shades of Snuff #EBC2EF

Tints of Snuff #EBC2EF

Color information

#EBC2EF (or 0xEBC2EF) is unknown color: approx Snuff. HEX triplet: EB, C2 and EF. RGB value is (235,194,239). Sum of RGB (Red+Green+Blue) = 235+194+239=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EF is #143D10. Grayscale: #D3D3D3. Windows color (decimal): -1326353 or 15713003. OLE color: 15713003.

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

Color convert

RGB235194239-
CMYK0.020.1900.06
HSL294.67º58.44%84.9%-
HSV(B)294.67º18.83%93.73%-
XYZ69.1362.4890.08-
YUV211.39143.58144.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 194 (76.17% from 255) = 29.04%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=35.18%
G=29.04%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351942390.020.1900.06294.6758.4484.9
HexEBC2EF213061273a55
Octal3533023572230644772125
Binary111010111100001011101111101001101101001001111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2EF; }

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

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

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

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

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

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

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

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