#EBC8EA

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

Shades of Snuff #EBC8EA

Tints of Snuff #EBC8EA

Color information

#EBC8EA (or 0xEBC8EA) is unknown color: approx Snuff. HEX triplet: EB, C8 and EA. RGB value is (235,200,234). Sum of RGB (Red+Green+Blue) = 235+200+234=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8EA is #143715. Grayscale: #D6D6D6. Windows color (decimal): -1324822 or 15386859. OLE color: 15386859.

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

Color convert

RGB235200234-
CMYK00.150.000.08
HSL301.71º46.67%85.29%-
HSV(B)301.71º14.89%92.16%-
XYZ69.7764.9186.69-
YUV214.34139.1142.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 200 (78.52% from 255) = 29.90%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=35.13%
G=29.90%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520023400.150.000.08301.7146.6785.29
HexEBC8EA0F0812e2f55
Octal35331035201701045657125
Binary11101011110010001110101001111010001001011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8EA; }

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

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

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

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

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

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

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

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