#EBBFEC

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

Shades of Snuff #EBBFEC

Tints of Snuff #EBBFEC

Color information

#EBBFEC (or 0xEBBFEC) is unknown color: approx Snuff. HEX triplet: EB, BF and EC. RGB value is (235,191,236). Sum of RGB (Red+Green+Blue) = 235+191+236=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFEC is #144013. Grayscale: #D1D1D1. Windows color (decimal): -1327124 or 15515627. OLE color: 15515627.

HSL color Cylindrical-coordinate representation of color #EBBFEC: hue angle of 298.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFEC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235191236-
CMYK0.000.1900.07
HSL298.67º54.22%83.73%-
HSV(B)298.67º19.07%92.55%-
XYZ68.0360.9887.54-
YUV209.29143.08146.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=35.50%
G=28.85%
B=35.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351912360.000.1900.07298.6754.2283.73
HexEBBFEC0130712b3654
Octal3532773540230745366124
Binary11101011101111111110110001001101111001010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFEC; }

 p { color: rgb(235,191,236); }

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

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

 a { background-color: rgb(235,191,236); }

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

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

 span { border-color: rgb(235,191,236); }

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