#EBC2F1

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

Shades of Snuff #EBC2F1

Tints of Snuff #EBC2F1

Color information

#EBC2F1 (or 0xEBC2F1) is unknown color: approx Snuff. HEX triplet: EB, C2 and F1. RGB value is (235,194,241). Sum of RGB (Red+Green+Blue) = 235+194+241=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2F1 is #143D0E. Grayscale: #D3D3D3. Windows color (decimal): -1326351 or 15844075. OLE color: 15844075.

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

Color convert

RGB235194241-
CMYK0.020.2000.05
HSL292.34º62.67%85.29%-
HSV(B)292.34º19.5%94.51%-
XYZ69.4362.691.64-
YUV211.62144.58144.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 194 (76.17% from 255) = 28.96%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=35.07%
G=28.96%
B=35.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351942410.020.2000.05292.3462.6785.29
HexEBC2F1214051243f55
Octal3533023612240544477125
Binary111010111100001011110001101010001011001001001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2F1; }

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

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

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

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

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

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

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

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