#EBBEEC

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

Shades of Snuff #EBBEEC

Tints of Snuff #EBBEEC

Color information

#EBBEEC (or 0xEBBEEC) is unknown color: approx Snuff. HEX triplet: EB, BE and EC. RGB value is (235,190,236). Sum of RGB (Red+Green+Blue) = 235+190+236=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBBEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEEC is #144113. Grayscale: #D0D0D0. Windows color (decimal): -1327380 or 15515371. OLE color: 15515371.

HSL color Cylindrical-coordinate representation of color #EBBEEC: hue angle of 298.7º degrees, saturation: 0.55, 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 #EBBEEC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235190236-
CMYK0.000.1900.07
HSL298.7º54.76%83.53%-
HSV(B)298.7º19.49%92.55%-
XYZ67.8160.5587.47-
YUV208.7143.41146.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=35.55%
G=28.74%
B=35.70%

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
Decimal2351902360.000.1900.07298.754.7683.53
HexEBBEEC0130712b3754
Octal3532763540230745367124
Binary11101011101111101110110001001101111001010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEEC; }

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

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

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

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

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

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

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

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