#EBC3F1

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

Shades of Snuff #EBC3F1

Tints of Snuff #EBC3F1

Color information

#EBC3F1 (or 0xEBC3F1) is unknown color: approx Snuff. HEX triplet: EB, C3 and F1. RGB value is (235,195,241). Sum of RGB (Red+Green+Blue) = 235+195+241=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3F1 is #143C0E. Grayscale: #D4D4D4. Windows color (decimal): -1326095 or 15844331. OLE color: 15844331.

HSL color Cylindrical-coordinate representation of color #EBC3F1: hue angle of 292.17º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC3F1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235195241-
CMYK0.020.1900.05
HSL292.17º62.16%85.49%-
HSV(B)292.17º19.09%94.51%-
XYZ69.6563.0491.72-
YUV212.2144.25144.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 195 (76.56% from 255) = 29.06%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=35.02%
G=29.06%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351952410.020.1900.05292.1762.1685.49
HexEBC3F1213051243e55
Octal3533033612230544476125
Binary111010111100001111110001101001101011001001001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3F1; }

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

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

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

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

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

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

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

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