#EBCBEC

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

Shades of Snuff #EBCBEC

Tints of Snuff #EBCBEC

Color information

#EBCBEC (or 0xEBCBEC) is unknown color: approx Snuff. HEX triplet: EB, CB and EC. RGB value is (235,203,236). Sum of RGB (Red+Green+Blue) = 235+203+236=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBEC is #143413. Grayscale: #D8D8D8. Windows color (decimal): -1324052 or 15518699. OLE color: 15518699.

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

Color convert

RGB235203236-
CMYK0.000.1400.07
HSL298.18º46.48%86.08%-
HSV(B)298.18º13.98%92.55%-
XYZ70.7666.4388.45-
YUV216.33139.1141.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=34.87%
G=30.12%
B=35.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352032360.000.1400.07298.1846.4886.08
HexEBCBEC0E0712a2e56
Octal3533133540160745256126
Binary1110101111001011111011000111001111001010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBEC; }

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

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

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

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

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

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

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

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