#EBC8EF

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

Shades of Snuff #EBC8EF

Tints of Snuff #EBC8EF

Color information

#EBC8EF (or 0xEBC8EF) is unknown color: approx Snuff. HEX triplet: EB, C8 and EF. RGB value is (235,200,239). Sum of RGB (Red+Green+Blue) = 235+200+239=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8EF is #143710. Grayscale: #D6D6D6. Windows color (decimal): -1324817 or 15714539. OLE color: 15714539.

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

Color convert

RGB235200239-
CMYK0.020.1600.06
HSL293.85º54.93%86.08%-
HSV(B)293.85º16.32%93.73%-
XYZ70.565.290.53-
YUV214.91141.6142.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 200 (78.52% from 255) = 29.67%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=34.87%
G=29.67%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352002390.020.1600.06293.8554.9386.08
HexEBC8EF210061263756
Octal3533103572200644667126
Binary111010111100100011101111101000001101001001101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8EF; }

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

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

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

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

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

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

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

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