#EBC7EF

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

Shades of Snuff #EBC7EF

Tints of Snuff #EBC7EF

Color information

#EBC7EF (or 0xEBC7EF) is unknown color: approx Snuff. HEX triplet: EB, C7 and EF. RGB value is (235,199,239). Sum of RGB (Red+Green+Blue) = 235+199+239=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7EF is #143810. Grayscale: #D6D6D6. Windows color (decimal): -1325073 or 15714283. OLE color: 15714283.

HSL color Cylindrical-coordinate representation of color #EBC7EF: hue angle of 294º 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 #EBC7EF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235199239-
CMYK0.020.1700.06
HSL294º55.56%85.88%-
HSV(B)294º16.74%93.73%-
XYZ70.2664.7490.45-
YUV214.32141.93142.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 199 (78.12% from 255) = 29.57%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=34.92%
G=29.57%
B=35.51%

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
Decimal2351992390.020.1700.0629455.5685.88
HexEBC7EF211061263856
Octal3533073572210644670126
Binary111010111100011111101111101000101101001001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7EF; }

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

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

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

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

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

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

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

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