#EBC3E9

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

Shades of Snuff #EBC3E9

Tints of Snuff #EBC3E9

Color information

#EBC3E9 (or 0xEBC3E9) is unknown color: approx Snuff. HEX triplet: EB, C3 and E9. RGB value is (235,195,233). Sum of RGB (Red+Green+Blue) = 235+195+233=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3E9 is #143C16. Grayscale: #D3D3D3. Windows color (decimal): -1326103 or 15320043. OLE color: 15320043.

HSL color Cylindrical-coordinate representation of color #EBC3E9: hue angle of 303º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3E9 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235195233-
CMYK00.170.010.08
HSL303º50%84.31%-
HSV(B)303º17.02%92.16%-
XYZ68.4862.5885.56-
YUV211.29140.25144.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 195 (76.56% from 255) = 29.41%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=35.44%
G=29.41%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519523300.170.010.083035084.31
HexEBC3E90111812f3254
Octal35330335102111045762124
Binary111010111100001111101001010001110001001011111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3E9; }

 p { color: rgb(235,195,233); }

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

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

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

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

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

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

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