#EBBBEF

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

Shades of Snuff #EBBBEF

Tints of Snuff #EBBBEF

Color information

#EBBBEF (or 0xEBBBEF) is unknown color: approx Snuff. HEX triplet: EB, BB and EF. RGB value is (235,187,239). Sum of RGB (Red+Green+Blue) = 235+187+239=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBBBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBEF is #144410. Grayscale: #CFCFCF. Windows color (decimal): -1328145 or 15711211. OLE color: 15711211.

HSL color Cylindrical-coordinate representation of color #EBBBEF: hue angle of 295.38º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBBEF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235187239-
CMYK0.020.2200.06
HSL295.38º61.9%83.53%-
HSV(B)295.38º21.76%93.73%-
XYZ67.6159.4389.57-
YUV207.28145.9147.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=35.55%
G=28.29%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351872390.020.2200.06295.3861.983.53
HexEBBBEF216061273e54
Octal3532733572260644776124
Binary111010111011101111101111101011001101001001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBEF; }

 p { color: rgb(235,187,239); }

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

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

 a { background-color: rgb(235,187,239); }

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

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

 span { border-color: rgb(235,187,239); }

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