#EBC8EB

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

Shades of Snuff #EBC8EB

Tints of Snuff #EBC8EB

Color information

#EBC8EB (or 0xEBC8EB) is unknown color: approx Snuff. HEX triplet: EB, C8 and EB. RGB value is (235,200,235). Sum of RGB (Red+Green+Blue) = 235+200+235=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8EB is #143714. Grayscale: #D6D6D6. Windows color (decimal): -1324821 or 15452395. OLE color: 15452395.

HSL color Cylindrical-coordinate representation of color #EBC8EB: hue angle of 300º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8EB is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235200235-
CMYK00.1500.08
HSL300º46.67%85.29%-
HSV(B)300º14.89%92.16%-
XYZ69.9164.9787.45-
YUV214.46139.6142.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 200 (78.52% from 255) = 29.85%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=35.07%
G=29.85%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520023500.1500.0830046.6785.29
HexEBC8EB0F0812c2f55
Octal35331035301701045457125
Binary11101011110010001110101101111010001001011001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8EB; }

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

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

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

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

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

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

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

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