#EBBEF2

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

Shades of Snuff #EBBEF2

Tints of Snuff #EBBEF2

Color information

#EBBEF2 (or 0xEBBEF2) is unknown color: approx Snuff. HEX triplet: EB, BE and F2. RGB value is (235,190,242). Sum of RGB (Red+Green+Blue) = 235+190+242=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEF2 is #14410D. Grayscale: #D1D1D1. Windows color (decimal): -1327374 or 15908587. OLE color: 15908587.

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

Color convert

RGB235190242-
CMYK0.030.2100.05
HSL291.92º66.67%84.71%-
HSV(B)291.92º21.49%94.9%-
XYZ68.760.992.14-
YUV209.38146.41146.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 190 (74.61% from 255) = 28.49%
BLUE value IS 242 (94.92% from 255) = 36.28%
R=35.23%
G=28.49%
B=36.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351902420.030.2100.05291.9266.6784.71
HexEBBEF2315051244355
Octal35327636232505444103125
Binary1110101110111110111100101110101010110010010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEF2; }

 p { color: rgb(235,190,242); }

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

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

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

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

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

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

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