#EBC7EB

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

Shades of Snuff #EBC7EB

Tints of Snuff #EBC7EB

Color information

#EBC7EB (or 0xEBC7EB) is unknown color: approx Snuff. HEX triplet: EB, C7 and EB. RGB value is (235,199,235). Sum of RGB (Red+Green+Blue) = 235+199+235=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7EB is #143814. Grayscale: #D5D5D5. Windows color (decimal): -1325077 or 15452139. OLE color: 15452139.

HSL color Cylindrical-coordinate representation of color #EBC7EB: 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 #EBC7EB is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235199235-
CMYK00.1500.08
HSL300º47.37%85.1%-
HSV(B)300º15.32%92.16%-
XYZ69.6864.5187.38-
YUV213.87139.93143.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 199 (78.12% from 255) = 29.75%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=35.13%
G=29.75%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519923500.1500.0830047.3785.1
HexEBC7EB0F0812c2f55
Octal35330735301701045457125
Binary11101011110001111110101101111010001001011001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7EB; }

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

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

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

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

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

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

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

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